![]() |
NEURON
|
#include "hocdec.h"
Go to the source code of this file.
Classes | |
struct | Psym |
Typedefs | |
typedef struct Psym | Psym |
Functions | |
Psym * | hoc_getsym (const char *) |
double | hoc_getsymval (Psym *) |
void | hoc_assignsym (Psym *p, double val) |
void | hoc_execstr (const char *cp) |
void hoc_assignsym | ( | Psym * | p, |
double | val | ||
) |
Definition at line 150 of file getsym.cpp.
void hoc_execstr | ( | const char * | cp | ) |
Definition at line 158 of file getsym.cpp.
Psym* hoc_getsym | ( | const char * | cp | ) |
Definition at line 70 of file getsym.cpp.
double hoc_getsymval | ( | Psym * | p | ) |
Definition at line 143 of file getsym.cpp.