NEURON
hoc_Item Struct Reference

#include <hoclist.h>

Inheritance diagram for hoc_Item:
nrn_Item

Public Attributes

union {
   hoc_Item *   itm
 
   hoc_Item *   lst
 
   char *   str
 
   Symbol *   sym
 
   Section *   sec
 
   Object *   obj
 
   void *   vd
 
element
 
hoc_Itemnext
 
hoc_Itemprev
 
short itemtype
 

Detailed Description

Definition at line 34 of file hoclist.h.

Member Data Documentation

◆ 

union { ... } hoc_Item::element

◆ itemtype

short hoc_Item::itemtype

Definition at line 46 of file hoclist.h.

◆ itm

hoc_Item* hoc_Item::itm

Definition at line 36 of file hoclist.h.

◆ lst

hoc_Item* hoc_Item::lst

Definition at line 37 of file hoclist.h.

◆ next

hoc_Item* hoc_Item::next

Definition at line 44 of file hoclist.h.

◆ obj

Object* hoc_Item::obj

Definition at line 41 of file hoclist.h.

◆ prev

hoc_Item* hoc_Item::prev

Definition at line 45 of file hoclist.h.

◆ sec

Section* hoc_Item::sec

Definition at line 40 of file hoclist.h.

◆ str

char* hoc_Item::str

Definition at line 38 of file hoclist.h.

◆ sym

Symbol* hoc_Item::sym

Definition at line 39 of file hoclist.h.

◆ vd

void* hoc_Item::vd

Definition at line 42 of file hoclist.h.


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