NEURON
hocgetsym.h
Go to the documentation of this file.
1 #ifndef hocgetsym_h
2 #define hocgetsym_h
3 
4 #include "hoc.h"
5 
6 typedef struct Psym {
9  int nsub;
10  int sub[1];
11 } Psym;
12 
13 Psym *hoc_getsym(const char*);
14 double hoc_getsymval(Psym*);
15 void hoc_assignsym(Psym* p, double val);
16 void hoc_execstr(const char* cp);
17 
18 #endif
struct Psym Psym
size_t p
double hoc_getsymval(Psym *)
Definition: getsym.cpp:144
Arrayinfo * arayinfo
Definition: hocgetsym.h:8
void hoc_assignsym(Psym *p, double val)
Definition: getsym.cpp:151
int sub[1]
Definition: hocgetsym.h:10
int val
Definition: dll.cpp:167
void hoc_execstr(const char *cp)
Definition: getsym.cpp:159
Definition: model.h:57
Definition: hocgetsym.h:6
int nsub
Definition: hocgetsym.h:9
Psym * hoc_getsym(const char *)
Definition: getsym.cpp:70
Symbol * sym
Definition: hocgetsym.h:7