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 
12  ost << "DataHandle(\"" << fullKey() << "||"
13  << std::to_string(mode()) << "\")";
14  return ost.str();
15  }
16 
17 }
18 
virtual Mode mode() const
Definition: DataHandle.h:51
T to_string(T...args)
STL class.
virtual const DataObjID & fullKey() const
Definition: DataHandle.h:57
virtual std::string pythonRepr() const
Definition: DataHandle.cpp:10
Helper functions to set/get the application return code.
Definition: __init__.py:1