template <class Node> class MwNodeList : public MwNList


Inheritance:


Public Fields

typedef Node NodeType

Public Methods

Node* operator [](int i)

Inherited from MwNList:

Public Methods

void append(MwNode *node)
void remove(int which)
void truncate(int start)

Inherited from MbPList:

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

typedef Node NodeType

Node* operator [](int i)


This class has no child classes.

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