class AssocList : public List<Assoc*>
list of Assoc class.
Inheritance:
Inherited from List:
Public Methods
List & operator=(const List &l)
void add(const T &e)
void insert(const T &e, const unsigned i)
int find(const T &e) const
bool isSet() const
int count(const T &e) const
bool contains(List *l) const
bool contains(const T &e) const
void remove(const T &e)
void removei(const unsigned i = 0)
bool removecur()
void empty()
virtual void clear()
T& operator[] (const unsigned i) const
T& elem(const unsigned i) const
unsigned count() const
void replace(const T &old, const T &fresh)
void sort(int (*cmp)(T, T))
void reverse()
int first()
int last()
int next()
int prev()
T& cur() const
bool done() const
int setcur(const T &)
Documentation
list of Assoc class.
void Put(Assoc* a)
Assoc* Get(Assoc*)
- 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