![]() |
ATLAS Offline Software
|
Classes | |
struct | FillSize |
class | Holder |
class | HolderImp |
This is an implementation class for all Holders It is templated with 2 arguments STORED which is type of stored objects Another type is CONTAINER for that type. More... | |
class | IHolder |
class | ITypeProxy |
Interface to the TypeProxy<...> objects created at runtime. More... | |
struct | set_link |
Helper struct to determine if persistable type is a DataLink<CONTAINER> (in case STORED and CONTAINER are the same) of rather an ElementLink<CONTAINER> in case STORED is the element type of CONTAINER. More... | |
struct | set_link< STORED, CONTAINER, false > |
struct | set_link< STORED, CONTAINER, true > |
class | TrigAuxStore |
Aux store instance used to hold dynamic variables deserialized from the bytestream. More... | |
class | TypelessAuxProxy |
class | TypeProxy |
Type specific implementation of ITypeProxy. More... | |
Functions | |
const boost::regex | rx1 ("_v[0-9]+$") |
std::string | formatSGkey (const std::string &prefix, const std::string &containername, const std::string &label) |
declaration of formatting function. More... | |
MsgStream & | operator<< (MsgStream &m, const HLTNavDetails::IHolder &nav) |
template<class T > | |
MsgStream & | operator<< (MsgStream &m, const HLTNavDetails::Holder< T > &nav) |
template<class T , class C > | |
MsgStream & | operator<< (MsgStream &m, const HLTNavDetails::HolderImp< T, C > &nav) |
std::string HLTNavDetails::formatSGkey | ( | const std::string & | prefix, |
const std::string & | containername, | ||
const std::string & | label | ||
) |
declaration of formatting function.
standalone method implementing trigger core software naming scheme
Definition at line 122 of file Holder.cxx.
MsgStream& HLTNavDetails::operator<< | ( | MsgStream & | m, |
const HLTNavDetails::Holder< T > & | nav | ||
) |
MsgStream& HLTNavDetails::operator<< | ( | MsgStream & | m, |
const HLTNavDetails::HolderImp< T, C > & | nav | ||
) |
MsgStream & HLTNavDetails::operator<< | ( | MsgStream & | m, |
const HLTNavDetails::IHolder & | nav | ||
) |
Definition at line 112 of file Holder.cxx.
const boost::regex HLTNavDetails::rx1 | ( | "_v+$" | [0-9] | ) |