The Gaudi Framework  v29r0 (ff2e7097)
DataHandle.cpp
Go to the documentation of this file.
2 
3 #include <sstream>
4 
5 using namespace Gaudi;
6 
7 namespace Gaudi
8 {
9 
11  {
13  ost << "DataHandle(\"" << fullKey() << "||" << std::to_string( mode() ) << "\")";
14  return ost.str();
15  }
16 }
virtual Mode mode() const
Definition: DataHandle.h:44
T to_string(T...args)
STL class.
virtual const DataObjID & fullKey() const
Definition: DataHandle.h:50
virtual std::string pythonRepr() const
Definition: DataHandle.cpp:10
Helper functions to set/get the application return code.
Definition: __init__.py:1