The Gaudi Framework
v30r3 (a5ef0a68)
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
10
std::string
DataHandle::pythonRepr
()
const
11
{
12
std::ostringstream
ost;
13
ost <<
"DataHandle(\""
<<
fullKey
() <<
"||"
<<
std::to_string
(
mode
() ) <<
"\")"
;
14
return
ost.
str
();
15
}
16
}
Gaudi::DataHandle::mode
virtual Mode mode() const
Definition:
DataHandle.h:44
std::to_string
T to_string(T...args)
std::string
STL class.
Gaudi::DataHandle::fullKey
virtual const DataObjID & fullKey() const
Definition:
DataHandle.h:50
std::ostringstream
STL class.
std::ostringstream::str
T str(T...args)
Gaudi::DataHandle::pythonRepr
virtual std::string pythonRepr() const
Definition:
DataHandle.cpp:10
DataHandle.h
Gaudi
Helper functions to set/get the application return code.
Definition:
__init__.py:1
GaudiKernel
src
Lib
DataHandle.cpp
Generated on Wed Aug 1 2018 23:21:09 for The Gaudi Framework by
1.8.11