NEURON
PyHoc Namespace Reference

Enumerations

enum  ObjectType {
  HocTopLevelInterpreter = 0 , HocObject = 1 , HocFunction = 2 , HocArray = 3 ,
  HocRefNum = 4 , HocRefStr = 5 , HocRefObj = 6 , HocForallSectionIterator = 7 ,
  HocSectionListIterator = 8 , HocScalarPtr = 9 , HocArrayIncomplete = 10 , HocRefPStr = 11
}
 
enum  IteratorState { Begin , NextNotLast , Last }
 

Enumeration Type Documentation

◆ IteratorState

Enumerator
Begin 
NextNotLast 
Last 

Definition at line 71 of file nrnpython.h.

◆ ObjectType

Enumerator
HocTopLevelInterpreter 
HocObject 
HocFunction 
HocArray 
HocRefNum 
HocRefStr 
HocRefObj 
HocForallSectionIterator 
HocSectionListIterator 
HocScalarPtr 
HocArrayIncomplete 
HocRefPStr 

Definition at line 57 of file nrnpython.h.