FACT++  1.0
SLLItem::SLLItem ( )
inline

Definition at line 8 of file sllist.hxx.

8  {
9  next = 0;
10  };
SLLItem * next
Definition: sllist.hxx:6