Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
DataHandle.cpp
Go to the documentation of this file.
2 
3 #include <sstream>
4 
5 using namespace Gaudi;
6 
7 namespace Gaudi {
8 
11  ost << "DataHandle(\"" << fullKey() << "||" << std::to_string( mode() ) << "\")";
12  return ost.str();
13  }
14 } // namespace Gaudi
virtual Mode mode() const
Definition: DataHandle.h:42
T to_string(T...args)
STL class.
virtual const DataObjID & fullKey() const
Definition: DataHandle.h:48
virtual std::string pythonRepr() const
Definition: DataHandle.cpp:9
Helper functions to set/get the application return code.
Definition: __init__.py:1