ATLAS Offline Software
Namespaces | Functions
StoreGate/src/VarHandleKeyArray.cxx File Reference
#include "StoreGate/VarHandleKeyArray.h"
Include dependency graph for StoreGate/src/VarHandleKeyArray.cxx:

Go to the source code of this file.

Namespaces

 Gaudi
 =============================================================================
 
 Gaudi::Parsers
 
 Gaudi::Utils
 

Functions

StatusCode Gaudi::Parsers::parse (SG::VarHandleKeyArray &v, const std::string &s)
 Gaudi function used to initialize a property from a string. More...
 
std::ostream & Gaudi::Utils::toStream (const SG::VarHandleKeyArray &v, std::ostream &o)
 Gaudi function used to convert a property to a string. More...
 
ostream & std::operator<< (ostream &s, const SG::VarHandleKeyArray &m)
 

Function Documentation

◆ operator<<()

ostream & std::operator<< ( ostream &  s,
const SG::VarHandleKeyArray m 
)

Definition at line 60 of file StoreGate/src/VarHandleKeyArray.cxx.

60  {
61  s << "[" << m.toString() << "]";
62  return s;
63  }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
python.SystemOfUnits.m
int m
Definition: SystemOfUnits.py:91