#include <ManagedSet.hpp>

Public Member Functions | |
| TManagedSet () | |
| virtual bool MQUALIFIER | addItem (const TAutoPtr< T > &rItem) |
| virtual bool | addItem (const T *pData, bool bAddReference) |
| virtual bool | addItem (const T &rData, bool bAddReference) |
| zeus::TManagedSet< T >::TManagedSet | ( | ) | [inline] |
The standard constructor uses an empty smart pointer.
| virtual bool MQUALIFIER zeus::TManagedSet< T >::addItem | ( | const TAutoPtr< T > & | rItem | ) | [inline, virtual] |
| virtual bool zeus::TManagedSet< T >::addItem | ( | const T * | pData, | |
| bool | bAddReference | |||
| ) | [inline, virtual] |
adds a new object to the map
| bAddReference | : If this flag is true the pointer will be allocated with addRef() |
| virtual bool zeus::TManagedSet< T >::addItem | ( | const T & | rData, | |
| bool | bAddReference | |||
| ) | [inline, virtual] |
adds a new object to the map
| bAddReference | : If this flag is true the pointer will be allocated with addRef() |