![]() |
NEURON
|
#include <ndatclas.h>
Public Member Functions | |
| SectionList (Object *) | |
| virtual | ~SectionList () |
| Section * | begin () |
| Section * | next () |
| Object * | nrn_object () |
Public Member Functions inherited from Resource | |
| Resource () | |
| virtual | ~Resource () |
| virtual void | ref () const |
| virtual void | unref () const |
| virtual void | unref_deferred () const |
| virtual void | cleanup () |
| virtual void | Reference () const |
| virtual void | Unreference () const |
Private Attributes | |
| SectionListImpl * | sli_ |
Additional Inherited Members | |
Static Public Member Functions inherited from Resource | |
| static void | ref (const Resource *) |
| static void | unref (const Resource *) |
| static void | unref_deferred (const Resource *) |
| static bool | defer (bool) |
| static void | flush () |
Definition at line 36 of file ndatclas.h.
| SectionList::SectionList | ( | Object * | ob | ) |
Definition at line 236 of file ndatclas.cpp.
|
virtual |
Definition at line 244 of file ndatclas.cpp.
| Section * SectionList::begin | ( | ) |
Definition at line 248 of file ndatclas.cpp.
| Section * SectionList::next | ( | ) |
Definition at line 252 of file ndatclas.cpp.
| Object * SectionList::nrn_object | ( | ) |
Definition at line 263 of file ndatclas.cpp.
|
private |
Definition at line 44 of file ndatclas.h.