The Gaudi Framework
v28r0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
const
std::string
10
DataHandle::pythonRepr
()
const
{
11
std::ostringstream
ost;
12
ost <<
"DataHandle(\""
<<
fullKey
() <<
"||"
13
<<
std::to_string
(
mode
()) <<
"\")"
;
14
return
ost.
str
();
15
}
16
17
}
18
Gaudi::DataHandle::mode
virtual Mode mode() const
Definition:
DataHandle.h:47
std::to_string
T to_string(T...args)
std::string
STL class.
Gaudi::DataHandle::fullKey
virtual const DataObjID & fullKey() const
Definition:
DataHandle.h:53
std::ostringstream
STL class.
std::ostringstream::str
T str(T...args)
DataHandle.h
Gaudi::DataHandle::pythonRepr
virtual const std::string pythonRepr() const
Definition:
DataHandle.cpp:10
Gaudi
Helper functions to set/get the application return code.
Definition:
__init__.py:1
GaudiKernel
src
Lib
DataHandle.cpp
Generated on Fri Nov 11 2016 18:44:57 for The Gaudi Framework by
1.8.11