Public Methods
- TMISVectorImp ( unsigned sz, unsigned d = 0 )
- unsigned Find ( const T *t ) const
- int Add ( T *t )
- template
unsigned Find ( const T *t ) const
- template int Add ( T *t )
template class TMISVectorImp
template class TMISVectorIteratorImp
Implements a managed, sorted vector of pointers to objects of type T.
This is implemented through the template TInternalIVectorImp.
Since pointers always have meaningful copy semantics, this class
can handle any type of object.
TMISVectorImp ( unsigned sz, unsigned d = 0 )
| TMISVectorImp |
unsigned Find ( const T *t )
| Find |
[const]
Reimplemented from TMICVectorImp.
Reimplemented from TMICVectorImp.
template
unsigned Find ( const T *t )
| Find |
[const]
Reimplemented from TMICVectorImp.
template int Add ( T *t )
| Add |
Reimplemented from TMICVectorImp.
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |