The Gaudi Framework
v32r2 (46d42edc)
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)
Gaudi::DataHandle::pythonRepr
virtual std::string pythonRepr() const
Definition:
DataHandle.cpp:9
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)
DataHandle.h
Gaudi
Header file for std:chrono::duration-based Counters.
Definition:
__init__.py:1
GaudiKernel
src
Lib
DataHandle.cpp
Generated on Sat Sep 28 2019 18:06:51 for The Gaudi Framework by
1.8.15