|
bool | Erase (const std::string &name) |
|
bool | EraseGroup (const std::string &group_name) |
|
void * | Get (const std::string &name) const |
|
void | Insert (const std::string &name, void *obj, const std::string &group_name="") |
|
void * | RGet (const std::string &name) |
|
|
std::map< std::string,
std::list< std::string > > | m_groups |
|
Definition at line 16 of file object_store.hpp.
bool manak::utils::ObjectStore::Erase |
( |
const std::string & |
name | ) |
|
|
inline |
bool manak::utils::ObjectStore::EraseGroup |
( |
const std::string & |
group_name | ) |
|
|
inline |
void* manak::utils::ObjectStore::Get |
( |
const std::string & |
name | ) |
const |
|
inline |
static ObjectStore& manak::utils::ObjectStore::GetGlobalObjectStore |
( |
| ) |
|
|
inlinestatic |
void manak::utils::ObjectStore::Insert |
( |
const std::string & |
name, |
|
|
void * |
obj, |
|
|
const std::string & |
group_name = "" |
|
) |
| |
|
inline |
void* manak::utils::ObjectStore::RGet |
( |
const std::string & |
name | ) |
|
|
inline |
std::map<std::string, std::list<std::string> > manak::utils::ObjectStore::m_groups |
|
private |
The documentation for this class was generated from the following file: