Go to the source code of this file.
Namespaces | |
edm | |
HLT enums. | |
Typedefs | |
using | edm::TypeSet = std::set< TypeID > |
Functions | |
void | edm::checkClassDictionaries (TypeID const &type, TypeSet &missingTypes, bool recursive=true) |
bool | edm::checkClassDictionary (TypeID const &type, TypeSet &missingTypes) |
void | edm::checkTypeDictionaries (TypeID const &type, TypeSet &missingTypes, bool recursive=true) |
bool | edm::checkTypeDictionary (TypeID const &type, TypeSet &missingTypes) |
void | edm::loadMissingDictionaries (TypeSet missingTypes) |
void | edm::public_base_classes (TypeWithDict const &type, std::vector< TypeWithDict > &baseTypes) |
void | edm::throwMissingDictionariesException (TypeSet const &) |