Public Methods
- void Flush ( int del = 0 )
Public Members
Protected Methods
Private Types
- typedef TMInternalIListImp Parent
template class TMIListImp
template class TMIListIteratorImp
Implements a managed list of pointers to objects of type T.
This is implemented through the template TMInternalIListImp. Since
pointers always have meaningful copy semantics, this class
can handle any type of object.
[private]
friend class Parent
| Parent |
void Flush ( int del = 0 )
| Flush |
Reimplemented from TMInternalIListImp.
typedef void (*IterFunc) (T &, void *)
| (*IterFunc) |
typedef int (*CondFunc) (const T &, void *)
| (*CondFunc) |
[protected virtual]
Reimplemented from TMInternalIListImp.
[protected]
Reimplemented from TMInternalIListImp.
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |