The Gaudi Framework
v33r0 (d5ea422b)
DataHandle.cpp
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3
* *
4
* This software is distributed under the terms of the Apache version 2 licence, *
5
* copied verbatim in the file "LICENSE". *
6
* *
7
* In applying this licence, CERN does not waive the privileges and immunities *
8
* granted to it by virtue of its status as an Intergovernmental Organization *
9
* or submit itself to any jurisdiction. *
10
\***********************************************************************************/
11
#include "
GaudiKernel/DataHandle.h
"
12
13
#include <sstream>
14
15
using namespace
Gaudi
;
16
17
namespace
Gaudi
{
18
19
std::string
DataHandle::pythonRepr
()
const
{
20
std::ostringstream
ost;
21
ost <<
"DataHandle(\""
<<
fullKey
() <<
"||"
<<
std::to_string
(
mode
() ) <<
"\")"
;
22
return
ost.
str
();
23
}
24
}
// namespace Gaudi
Gaudi::DataHandle::mode
virtual Mode mode() const
Definition:
DataHandle.h:52
std::to_string
T to_string(T... args)
Gaudi::DataHandle::pythonRepr
virtual std::string pythonRepr() const
Definition:
DataHandle.cpp:19
std::string
STL class.
Gaudi::DataHandle::fullKey
virtual const DataObjID & fullKey() const
Definition:
DataHandle.h:58
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 Mon Dec 16 2019 23:26:35 for The Gaudi Framework by
1.8.15