![]() |
NEURON
|
#include <ivoc.h>
Public Member Functions | |
| Oc () | |
| Oc (Session *, const char *pname=NULL, const char **env=NULL) | |
| virtual | ~Oc () |
| int | run (int argc, const char **argv) |
| int | run (const char *, bool show_err_mes=true) |
| Symbol * | parseExpr (const char *, Symlist **=NULL) |
| double | runExpr (Symbol *) |
| const char * | name (Symbol *) |
| void | notifyHocValue () |
| void | notify () |
| void | notify_attach (Observer *) |
| void | notify_detach (Observer *) |
| void | notify_freed (void(*pf)(void *, int)) |
| void | notify_when_freed (void *p, Observer *) |
| void | notify_when_freed (double *p, Observer *) |
| void | notify_pointer_disconnect (Observer *) |
Static Public Member Functions | |
| static bool | valid_expr (Symbol *) |
| static bool | valid_stmt (const char *, Object *ob=NULL) |
| static Session * | getSession () |
| static int | getStdinSeen () |
| static void | setStdinSeen (bool i) |
| static bool | setAcceptInput (bool) |
| static bool | helpmode () |
| static void | helpmode (bool) |
| static void | helpmode (Window *) |
| static void | help (const char *) |
| static void | cleanup () |
Static Public Attributes | |
| static ostream * | save_stream |
Static Private Member Functions | |
| static Cursor * | help_cursor () |
Static Private Attributes | |
| static int | refcnt_ |
| static Session * | session_ |
| static HandleStdin * | handleStdin_ |
| static bool | helpmode_ |
| static Cursor * | help_cursor_ |
| static Observable * | notify_change_ |
| Oc::Oc | ( | ) |
|
virtual |
|
static |
Definition at line 164 of file ivocmac.cpp.
|
static |
|
static |
|
staticprivate |
|
static |
| const char* Oc::name | ( | Symbol * | ) |
| void Oc::notify | ( | ) |
| void Oc::notifyHocValue | ( | ) |
| double Oc::runExpr | ( | Symbol * | ) |
|
static |
|
static |
|
staticprivate |
|
staticprivate |