![]() |
NEURON
|
Public Member Functions | |
| Symtab () | |
| ~Symtab () | |
| void | add (char *name, void *value) |
| void * | get (char *name) |
Static Public Member Functions | |
| static void * | lookup (char *name) |
Public Attributes | |
| Symtab * | next |
| Symtab * | prev |
| char ** | name |
| void ** | value |
| int | num |
| int | max |
Static Public Attributes | |
| static Symtab * | symtabs = 0 |