ATLAS Offline Software
|
Functions | |
std::ostream & | toStream (const SG::VarHandleKeyArray &v, std::ostream &o) |
Gaudi function used to convert a property to a string. More... | |
std::ostream & | toStream (const SG::VarHandleKey &v, std::ostream &o) |
Gaudi function used to convert a property to a string. More... | |
std::ostream & Gaudi::Utils::toStream | ( | const SG::VarHandleKey & | v, |
std::ostream & | o | ||
) |
Gaudi function used to convert a property to a string.
v | The object to convert. |
o | Stream to which to do the conversion. |
Used during Gaudi property handling to get a string representation of v
. Note that if the representation is a string, it should be surrounded by quote marks.
Definition at line 61 of file VarHandleKeyProperty.cxx.
std::ostream & Gaudi::Utils::toStream | ( | const SG::VarHandleKeyArray & | v, |
std::ostream & | o | ||
) |
Gaudi function used to convert a property to a string.
v | The object to convert. |
o | Stream to which to do the conversion. |
Used during Gaudi property handling to get a string representation of v
. Note that if the representation is a string, it should be surrounded by quote marks.
Definition at line 47 of file StoreGate/src/VarHandleKeyArray.cxx.