sospin is hosted by Hepforge, IPPP Durham
SOSpin  1.0.0
sospin::noList Struct Reference

struct for the node of DList More...

#include <include/dlist.h>

Public Attributes

elemType data
 Store symbol type. More...
 
noListprv
 Pointer to the previous (prv) node. More...
 
noListnxt
 Pointer to the next (nxt) node. More...
 

Detailed Description

struct for the node of DList

Definition at line 251 of file dlist.h.

Member Data Documentation

elemType sospin::noList::data

Store symbol type.

Definition at line 253 of file dlist.h.

noList* sospin::noList::nxt

Pointer to the next (nxt) node.

Definition at line 257 of file dlist.h.

noList* sospin::noList::prv

Pointer to the previous (prv) node.

Definition at line 255 of file dlist.h.


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