|
|
template
Implements a managed, sorted list of objects of type T. Assumes that T has meaningful copy semantics, a meaningful < operator, and a default constructor.
typedef TMListImp | Parent |
[private]
friend class TMListIteratorImp | TMListIteratorImp |
int Add ( const T& t )
| Add |
Reimplemented from TMListImp.
typedef void (*IterFunc) (T&, void *) | (*IterFunc) |
typedef int (*CondFunc) (const T&, void *) | (*CondFunc) |
TMListElement | FindDetach |
[protected virtual]
Reimplemented from TMListImp.
TMListElement | FindPred |
[protected virtual]
Reimplemented from TMListImp.
template | Add |
[protected]
Reimplemented from TMListImp.
template | FindDetach |
[protected]
Reimplemented from TMListImp.
template | FindPred |
[protected]
Reimplemented from TMListImp.
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |