![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
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 69 of file Dictionary.cpp.
std::string GaudiDict::pairName | ( | const std::type_info & | typ1, |
const std::type_info & | typ2 | ||
) |
Definition at line 65 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 79 of file Dictionary.cpp.
std::string GaudiDict::templateName1 | ( | std::string | templ, |
const std::type_info & | typ | ||
) |
Definition at line 29 of file Dictionary.cpp.
std::string GaudiDict::templateName1 | ( | std::string | templ, |
const std::string & | typ | ||
) |
Definition at line 33 of file Dictionary.cpp.
std::string GaudiDict::templateName2 | ( | std::string | templ, |
const std::type_info & | typ1, | ||
const std::type_info & | typ2 | ||
) |
Definition at line 40 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 49 of file Dictionary.cpp.
std::string GaudiDict::typeName | ( | const std::type_info & | typ | ) |
Definition at line 21 of file Dictionary.cpp.
std::string GaudiDict::vectorName | ( | const std::type_info & | typ | ) |
Definition at line 61 of file Dictionary.cpp.
std::string GaudiDict::vectorName | ( | const std::string & | typ | ) |
Definition at line 63 of file Dictionary.cpp.