#include <ClassID.h>
Public Types | |
typedef ClassInfo | Elem |
Public Member Functions | |
ClassIDRegistry (std::string const &pfix) | |
const char * | registerMe (const std::type_info &t) |
Public Attributes | |
std::vector< const char * > | csids |
std::vector< std::string > | sids |
Private Attributes | |
std::string | prefix |
typedef ClassInfo cond::ClassIDRegistry::Elem |
cond::ClassIDRegistry::ClassIDRegistry | ( | std::string const & | pfix | ) |
Definition at line 48 of file ClassID.cc.
: prefix(pfix+"/"){}
const char * cond::ClassIDRegistry::registerMe | ( | const std::type_info & | t | ) |
std::vector<const char*> cond::ClassIDRegistry::csids |
Definition at line 39 of file ClassID.h.
Referenced by registerMe().
std::string cond::ClassIDRegistry::prefix [private] |
Definition at line 45 of file ClassID.h.
Referenced by registerMe().
std::vector<std::string> cond::ClassIDRegistry::sids |
Definition at line 38 of file ClassID.h.
Referenced by registerMe().