ATLAS Offline Software
Namespaces | Functions
Reconstruction/RecoAlgs/IsolationAlgs/src/VectorVectorIntParser.cxx File Reference
#include <vector>
#include <string>
#include "VectorVectorIntParser.h"
#include "GaudiKernel/ParsersFactory.h"
#include "GaudiKernel/ToStream.h"
Include dependency graph for Reconstruction/RecoAlgs/IsolationAlgs/src/VectorVectorIntParser.cxx:

Go to the source code of this file.

Namespaces

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

Functions

StatusCode Gaudi::Parsers::parse (VecVecInt_t &result, const std::string &input)
 
ostream & std::operator<< (ostream &s, const Gaudi::Parsers::VecVecInt_t &vecvec)
 

Function Documentation

◆ operator<<()

ostream & std::operator<< ( ostream &  s,
const Gaudi::Parsers::VecVecInt_t vecvec 
)

Definition at line 35 of file Reconstruction/RecoAlgs/IsolationAlgs/src/VectorVectorIntParser.cxx.

36  {
37  s << '{';
38  for ( const auto& vec : vecvec ) {
40  }
41  s << '}';
42  return s;
43  }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
vec
std::vector< size_t > vec
Definition: CombinationsGeneratorTest.cxx:12
Gaudi::Utils::toStream
std::ostream &GAUDI_API toStream(const SG::VarHandleKeyArray &v, std::ostream &o)
Gaudi function used to convert a property to a string.
Definition: StoreGate/src/VarHandleKeyArray.cxx:49