NEURON
Item Struct Reference

#include <model.h>

Public Attributes

short itemtype
 
short itemsubtype
 
void * element
 
struct Itemnext
 
struct Itemprev
 
union {
   struct Item *   itm
 
   List *   lst
 
   char *   str
 
   struct Symbol *   sym
 
element
 

Detailed Description

Definition at line 8 of file model.h.

Member Data Documentation

◆ element [1/2]

void* Item::element

Definition at line 11 of file model.h.

◆  [2/2]

union { ... } Item::element

◆ itemsubtype

short Item::itemsubtype

Definition at line 10 of file model.h.

◆ itemtype

short Item::itemtype

Definition at line 9 of file model.h.

◆ itm

struct Item* Item::itm

Definition at line 98 of file modl.h.

◆ lst

List* Item::lst

Definition at line 99 of file modl.h.

◆ next

struct Item * Item::next

Definition at line 12 of file model.h.

◆ prev

struct Item * Item::prev

Definition at line 13 of file model.h.

◆ str

char* Item::str

Definition at line 100 of file modl.h.

◆ sym

struct Symbol* Item::sym

Definition at line 101 of file modl.h.


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