The Gaudi Framework  v30r4 (9b837755)
DataHandleConfigurable.cpp File Reference
Include dependency graph for DataHandleConfigurable.cpp:

Go to the source code of this file.

Namespaces

 Gaudi
 Helper functions to set/get the application return code.
 
 Gaudi::Parsers
 
 Gaudi::Utils
 

Typedefs

using DataHandleConfigurable = Gaudi::DataHandleConfigurable
 

Functions

GAUDI_API StatusCode Gaudi::Parsers::parse (Gaudi::DataHandleConfigurable &, const std::string &)
 
GAUDI_API std::ostreamGaudi::Utils::toStream (const Gaudi::DataHandleConfigurable &, std::ostream &)
 
std::ostreamoperator<< (std::ostream &str, const DataHandleConfigurable &dhc)
 

Typedef Documentation

Function Documentation

std::ostream& operator<< ( std::ostream str,
const DataHandleConfigurable dhc 
)

Definition at line 49 of file DataHandleConfigurable.cpp.

50 {
51  return Gaudi::Utils::toStream( dhc, str );
52 }
std::ostream & toStream(ITERATOR first, ITERATOR last, std::ostream &s, const std::string &open, const std::string &close, const std::string &delim)
the helper function to print the sequence
Definition: ToStream.h:303