The Gaudi Framework
v30r4 (9b837755)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
DataHandle.cpp
Go to the documentation of this file.
1
#include "
GaudiKernel/DataHandle.h
"
2
3
#include <sstream>
4
5
using namespace
Gaudi
;
6
7
namespace
Gaudi
8
{
9
std::string
DataHandle::pythonRepr()
const
10
{
11
std::ostringstream
ost;
12
ost <<
"DataHandle(\""
<< fullKey() <<
"||"
<<
std::to_string
( mode() ) <<
"\")"
;
13
return
ost.
str
();
14
}
15
}
std::to_string
T to_string(T...args)
std::string
STL class.
std::ostringstream
STL class.
std::ostringstream::str
T str(T...args)
DataHandle.h
Gaudi
Helper functions to set/get the application return code.
Definition:
__init__.py:1
GaudiKernel
src
Lib
DataHandle.cpp
Generated on Fri Nov 2 2018 17:40:10 for The Gaudi Framework by
1.8.11