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