![]() |
NEURON
|
Enumerations | |
| enum | ObjectType { HocTopLevelInterpreter = 0, HocObject = 1, HocFunction = 2, HocArray = 3, HocRefNum = 4, HocRefStr = 5, HocRefObj = 6, HocForallSectionIterator = 7, HocSectionListIterator = 8, HocScalarPtr = 9, HocArrayIncomplete, HocRefPStr = 11 } |
| enum | IteratorState { Begin, NextNotLast, Last } |
| enum PyHoc::IteratorState |
| Enumerator | |
|---|---|
| Begin | |
| NextNotLast | |
| Last | |
Definition at line 73 of file nrnpython.h.
| enum PyHoc::ObjectType |
| Enumerator | |
|---|---|
| HocTopLevelInterpreter | |
| HocObject | |
| HocFunction | |
| HocArray | |
| HocRefNum | |
| HocRefStr | |
| HocRefObj | |
| HocForallSectionIterator | |
| HocSectionListIterator | |
| HocScalarPtr | |
| HocArrayIncomplete | |
| HocRefPStr | |
Definition at line 58 of file nrnpython.h.