Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework
v31r0 (aeb156f0)
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
std::string
DataHandle::pythonRepr
()
const
{
10
std::ostringstream
ost;
11
ost <<
"DataHandle(\""
<<
fullKey
() <<
"||"
<<
std::to_string
(
mode
() ) <<
"\")"
;
12
return
ost.
str
();
13
}
14
}
// namespace Gaudi
Gaudi::DataHandle::mode
virtual Mode mode() const
Definition:
DataHandle.h:42
std::to_string
T to_string(T...args)
std::string
STL class.
Gaudi::DataHandle::fullKey
virtual const DataObjID & fullKey() const
Definition:
DataHandle.h:48
std::ostringstream
STL class.
std::ostringstream::str
T str(T...args)
Gaudi::DataHandle::pythonRepr
virtual std::string pythonRepr() const
Definition:
DataHandle.cpp:9
DataHandle.h
Gaudi
Helper functions to set/get the application return code.
Definition:
__init__.py:1
GaudiKernel
src
Lib
DataHandle.cpp
Generated on Mon Feb 11 2019 17:48:16 for The Gaudi Framework by
1.8.11