Public Methods
Protected Methods
- template
int AddAt ( T *t, unsigned loc )
- template
int Detach ( unsigned loc, int del )
- template
unsigned Find ( const T *t ) const
- template int Add ( T *t )
Protected Members
template class TMICVectorImp
template class TMICVectorIteratorImp
Implements a managed, counted vector of pointers to objects of type T.
Since pointers always have meaningful copy semantics, this class
can handle any type of object.
TMICVectorImp ( unsigned sz, unsigned d = 0 )
| TMICVectorImp |
int AddAt ( T *, unsigned )
| AddAt |
int Detach ( const T *t, int del = 0 )
| Detach |
int Detach ( unsigned loc, int del = 0 )
| Detach |
[const]
void Flush ( int del = 0,
unsigned stop = UINT_MAX,
unsigned start = 0 )
| Flush |
Reimplemented from TMIVectorImp.
unsigned Find ( const T *t )
| Find |
[const]
[const virtual]
Reimplemented from TVectorImpBase.
[const virtual]
Reimplemented from TVectorImpBase.
unsigned GetDelta ()
| GetDelta |
[const virtual]
Reimplemented from TVectorImpBase.
Reimplemented from TMIVectorImp.
[protected]
[protected]
template
int AddAt ( T *t, unsigned loc )
| AddAt |
[protected]
template
int Detach ( unsigned loc, int del )
| Detach |
[protected]
template
unsigned Find ( const T *t )
| Find |
[protected const]
template int Add ( T *t )
| Add |
[protected]
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |