#include <hoclist.h>
Public Attributes | |
union { | |
struct hoc_Item * itm | |
hoc_List * lst | |
char * str | |
struct Symbol * sym | |
struct Section * sec | |
struct Object * obj | |
void * vd | |
} | element |
struct hoc_Item * | next |
struct hoc_Item * | prev |
short | itemtype |
union { ... } hoc_Item::element |
short hoc_Item::itemtype |
Referenced by sec_free().
struct hoc_Item* hoc_Item::itm |
struct hoc_Item* hoc_Item::next |
Referenced by bbs_done(), SectionList::begin(), forall_section(), hoc_free_symspace(), SectionList::next(), nrn_shape_update(), and nrnpy_decref_clear().
struct Object* hoc_Item::obj |
struct hoc_Item* hoc_Item::prev |
struct Section* hoc_Item::sec |
char* hoc_Item::str |
struct Symbol* hoc_Item::sym |