class MwNList : public MbPList
NList not not templatized to save code bloat
Inheritance:
Public Methods
-
void append(MwNode *node)
-
-
MwNList()
-
-
MwNode* operator [](int i)
-
-
void remove(int which)
-
-
void truncate(int start)
-
-
~MwNList()
-
Public Fields
PFSTRUCT_DECLARE
Public Methods
void copy(const MbPList &pl)
int find(const void *ptr)
int getLength()
void insert(void *ptr, int addBefore)
int operator !=(const MbPList &pl)
MbPList& operator =(const MbPList &pl)
int operator ==(const MbPList &pl)
Private Fields
int nPtrs
void** ptrs
int ptrsSize
Private Methods
int compare(const MbPList &pl)
void expand(int size)
void grow(int max)
void setSize(int size)
Documentation
NList not not templatized to save code bloat
MwNList()
~MwNList()
void append(MwNode *node)
void remove(int which)
void truncate(int start)
MwNode* operator [](int i)
- Direct child classes:
- MwNodeList
MwChildList
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de