#include <TypeIDBase.h>
Classes | |
struct | Def |
Public Member Functions | |
const char * | name () const |
bool | operator< (const TypeIDBase &b) const |
bool | operator== (const TypeIDBase &b) const |
TypeIDBase () | |
TypeIDBase (const std::type_info &t) | |
TypeIDBase (const std::type_info *t) | |
Protected Member Functions | |
const std::type_info & | typeInfo () const |
Private Attributes | |
const std::type_info * | t_ |
Definition at line 29 of file TypeIDBase.h.
|
inline |
Definition at line 33 of file TypeIDBase.h.
|
inlineexplicit |
Definition at line 35 of file TypeIDBase.h.
|
inlineexplicit |
Definition at line 37 of file TypeIDBase.h.
|
inline |
Returned C-style string owned by system; do not delete[] it. This is the (horrible, mangled, platform-dependent) name of the type.
Definition at line 44 of file TypeIDBase.h.
References t_.
Referenced by config.CFG::__str__(), validation.Sample::digest(), VIDSelectorBase.VIDSelectorBase::initialize(), edm::TypeIDHasher::operator()(), edm::BranchDescription::setSwitchAliasForBranch(), and edm::TypeID::TypeID().
|
inline |
|
inline |
|
inlineprotected |
Definition at line 50 of file TypeIDBase.h.
References t_.
Referenced by edm::checkClassDictionaries(), edm::checkDictionary(), edm::TypeID::className(), fwlite::Record::get(), edm::ProductResolverIndexHelper::insert(), edm::TypeID::operator==(), edm::TypeID::print(), edm::public_base_classes(), and edm::eventsetup::heterocontainer::HCTypeTag::value().
|
private |
Definition at line 59 of file TypeIDBase.h.
Referenced by name(), operator<(), operator==(), and typeInfo().