Public Types | |
typedef Std::list< T * > | object_list_t |
Public Member Functions | |
const object_list_t & | get_list () const |
T * | get_object (const char *name) |
const T * | get_object (const char *name) const |
bool | add_object (T *p) |
bool | remove_object (T *p) |
bool | rename_object (T *p, const char *name) |
bool | remove_object (const char *name) |
bool | is_in_list (const char *name) const |
bool | is_in_list (const T *p) const |
bool | clear () |