![]() |
NEURON
|
#include <../../nrnconf.h>#include "hocgetsym.h"#include "parse.hpp"#include "hocparse.h"#include "code.h"Go to the source code of this file.
Functions | |
| Psym * | hoc_getsym (const char *cp) |
| static void | arayonstack (Psym *p) |
| double | hoc_getsymval (Psym *p) |
| void | hoc_assignsym (Psym *p, double val) |
| void | hoc_execstr (const char *cp) |
|
static |
Definition at line 128 of file getsym.cpp.
| 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.