#include <BStringMap.h>
Public Member Functions | |
| _Pointer_Set_ () | |
| ~_Pointer_Set_ () | |
| void | AddItem (T item) |
| void | AddItem (T item, int32 i) |
| int32 | CountItems () const |
| T | ItemAt (int32 index) |
| const T | ItemAt (int32 index) const |
| void | DeleteItems () |
| void | Transfer (_Pointer_Set_< T > &to) |
| void | RemoveItem (T item) |
| T | RemoveItemAt (int32 index) |
| void | MakeEmpty () |
| bool | FindItem (T item) const |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|