NEURON
SymbolTableIterator Struct Reference

Public Member Functions

 SymbolTableIterator (Symlist *)
 
Symbolnext (void)
 
int done (void) const
 

Private Attributes

Symbolcurrent
 

Detailed Description

Definition at line 30 of file neuronapi.cpp.

Constructor & Destructor Documentation

◆ SymbolTableIterator()

SymbolTableIterator::SymbolTableIterator ( Symlist list)
explicit

Definition at line 514 of file neuronapi.cpp.

Member Function Documentation

◆ done()

int SymbolTableIterator::done ( void  ) const

Definition at line 523 of file neuronapi.cpp.

◆ next()

Symbol * SymbolTableIterator::next ( void  )

Definition at line 517 of file neuronapi.cpp.

Member Data Documentation

◆ current

Symbol* SymbolTableIterator::current
private

Definition at line 36 of file neuronapi.cpp.


The documentation for this struct was generated from the following file: