![]() |
ATLAS Offline Software
|
#include <KitManager.h>
Public Member Functions | |
| void | dumpKits (std::ostream &out) const |
Protected Member Functions | |
| KitManagerBase () | |
| virtual | ~KitManagerBase () |
| const void * | kitPtr (const std::string &name) const |
| bool | registerKit (const std::string &name, const void *a_kit) |
Protected Attributes | |
| std::mutex | m_mutex |
| std::map< std::string, const void * > | m_registry |
Definition at line 13 of file KitManager.h.
|
protecteddefault |
|
protectedvirtualdefault |
| void KitManagerBase::dumpKits | ( | std::ostream & | out | ) | const |
Definition at line 27 of file KitManager.cxx.
Definition at line 11 of file KitManager.cxx.
Definition at line 16 of file KitManager.cxx.
|
mutableprotected |
Definition at line 23 of file KitManager.h.
|
protected |
Definition at line 24 of file KitManager.h.