NEURON
hoc_Item Struct Reference

#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_Itemnext
 
struct hoc_Itemprev
 
short itemtype
 

Detailed Description

Definition at line 40 of file hoclist.h.

Member Data Documentation

◆ element

union { ... } hoc_Item::element

◆ itemtype

short hoc_Item::itemtype

Definition at line 52 of file hoclist.h.

◆ itm

struct hoc_Item* hoc_Item::itm

Definition at line 42 of file hoclist.h.

◆ lst

hoc_List* hoc_Item::lst

Definition at line 43 of file hoclist.h.

◆ next

struct hoc_Item* hoc_Item::next

Definition at line 50 of file hoclist.h.

◆ obj

struct Object* hoc_Item::obj

Definition at line 47 of file hoclist.h.

◆ prev

struct hoc_Item* hoc_Item::prev

Definition at line 51 of file hoclist.h.

◆ sec

struct Section* hoc_Item::sec

Definition at line 46 of file hoclist.h.

◆ str

char* hoc_Item::str

Definition at line 44 of file hoclist.h.

◆ sym

struct Symbol* hoc_Item::sym

Definition at line 45 of file hoclist.h.

◆ vd

void* hoc_Item::vd

Definition at line 48 of file hoclist.h.


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