The Gaudi Framework
v30r3 (a5ef0a68)
|
Classes | |
struct | KeyedContainerDict |
struct | KeyedObjectDict |
Functions | |
std::string | typeName (const std::type_info &typ) |
std::string | vectorName (const std::type_info &typ) |
std::string | vectorName (const std::string &typ) |
std::string | pairName (const std::type_info &typ1, const std::type_info &typ2) |
std::string | relationName (const std::string &prefix, const std::type_info &typ1, const std::type_info &typ2) |
std::string | templateName1 (std::string templ, const std::type_info &typ) |
std::string | templateName1 (std::string templ, const std::string &typ) |
std::string | templateName2 (std::string templ, const std::type_info &typ1, const std::type_info &typ2) |
std::string | templateName3 (std::string templ, const std::type_info &typ1, const std::type_info &typ2, const std::type_info &typ3) |
std::string | keyedContainerName (const std::string &prefix, const std::type_info &typ1) |
std::string GaudiDict::keyedContainerName | ( | const std::string & | prefix, |
const std::type_info & | typ1 | ||
) |
Definition at line 77 of file Dictionary.cpp.
std::string GaudiDict::pairName | ( | const std::type_info & | typ1, |
const std::type_info & | typ2 | ||
) |
Definition at line 72 of file Dictionary.cpp.
std::string GaudiDict::relationName | ( | const std::string & | prefix, |
const std::type_info & | typ1, | ||
const std::type_info & | typ2 | ||
) |
Definition at line 88 of file Dictionary.cpp.
std::string GaudiDict::templateName1 | ( | std::string | templ, |
const std::type_info & | typ | ||
) |
Definition at line 32 of file Dictionary.cpp.
std::string GaudiDict::templateName1 | ( | std::string | templ, |
const std::string & | typ | ||
) |
Definition at line 37 of file Dictionary.cpp.
std::string GaudiDict::templateName2 | ( | std::string | templ, |
const std::type_info & | typ1, | ||
const std::type_info & | typ2 | ||
) |
Definition at line 45 of file Dictionary.cpp.
std::string GaudiDict::templateName3 | ( | std::string | templ, |
const std::type_info & | typ1, | ||
const std::type_info & | typ2, | ||
const std::type_info & | typ3 | ||
) |
Definition at line 55 of file Dictionary.cpp.
std::string GaudiDict::typeName | ( | const std::type_info & | typ | ) |
Definition at line 23 of file Dictionary.cpp.
std::string GaudiDict::vectorName | ( | const std::type_info & | typ | ) |
Definition at line 68 of file Dictionary.cpp.
std::string GaudiDict::vectorName | ( | const std::string & | typ | ) |
Definition at line 70 of file Dictionary.cpp.