NEURON
hocgetsym.h File Reference
#include "hocdec.h"

Go to the source code of this file.

Classes

struct  Psym
 

Typedefs

typedef struct Psym Psym
 

Functions

Psymhoc_getsym (const char *)
 
double hoc_getsymval (Psym *)
 
void hoc_assignsym (Psym *p, double val)
 
void hoc_execstr (const char *cp)
 

Typedef Documentation

◆ Psym

typedef struct Psym Psym

Function Documentation

◆ hoc_assignsym()

void hoc_assignsym ( Psym p,
double  val 
)

Definition at line 150 of file getsym.cpp.

◆ hoc_execstr()

void hoc_execstr ( const char *  cp)

Definition at line 158 of file getsym.cpp.

◆ hoc_getsym()

Psym* hoc_getsym ( const char *  cp)

Definition at line 70 of file getsym.cpp.

◆ hoc_getsymval()

double hoc_getsymval ( Psym p)

Definition at line 143 of file getsym.cpp.