class TBagAsVectorImp
|
[INTERNAL USE ONLY]
More... |
Definition | #include <classlib/include/classlib/bags.h> |
Template form | TBagAsVectorImp<class Vect, class T> |
Inherited by | TBag, TBagAsVector, TIBag, TIBagAsVector, TISet, TISetAsVector, TMBagAsVector, TMIBagAsVector, TMISetAsVector, TMSetAsVector, TSet, TSetAsVector |
List of all Methods |
|
|
Public Methods
Protected Members
[INTERNAL USE ONLY]
template class TBagAsVectorImp
Implements a bag, using a vector as the underlying implementation.
The type Vect specifies the form of the vector, either a
TCVectorImp or a TICVectorImp. The type T specifies the
type of the objects to be put in the bag. When using
TVectorImp, T should be the same as T0. When using
TIVectorImp, T should be of type pointer to T0. See
TBagAsVector and TIBagAsVector for examples.
TBagAsVectorImp ( unsigned sz = DEFAULT_BAG_SIZE )
| TBagAsVectorImp |
[const]
[const]
int GetItemsInContainer ()
| GetItemsInContainer |
[const]
[protected]
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |