#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/ServiceHistory.h>
ServiceHistory class definition
- Author
- : Charles Leggett
Definition at line 30 of file ServiceHistory.h.
◆ ServiceHistory() [1/3]
ServiceHistory::ServiceHistory |
( |
| ) |
|
◆ ServiceHistory() [2/3]
Definition at line 22 of file ServiceHistory.cpp.
25 const Service* svc =
dynamic_cast<const Service*
>( isv );
◆ ServiceHistory() [3/3]
Definition at line 31 of file ServiceHistory.cpp.
34 const Service* svc =
dynamic_cast<const Service*
>( &isv );
◆ classID()
const CLID & ServiceHistory::classID |
( |
| ) |
|
|
static |
Definition at line 43 of file ServiceHistory.cpp.
44 static const CLID CLID_ServiceHistory = 187225489;
45 return CLID_ServiceHistory;
◆ clID()
const CLID& ServiceHistory::clID |
( |
| ) |
const |
|
inlineoverridevirtual |
Retrieve reference to class definition structure.
Retrieve Pointer to class definition structure.
Reimplemented from HistoryObj.
Definition at line 38 of file ServiceHistory.h.
◆ dump()
std::ostream & ServiceHistory::dump |
( |
std::ostream & |
ost, |
|
|
const bool |
isXML, |
|
|
int |
indent |
|
) |
| const |
|
overridevirtual |
Implements HistoryObj.
Definition at line 48 of file ServiceHistory.cpp.
52 ost <<
"Name: " <<
name() << endl;
53 ost <<
"Type: " <<
type() << endl;
54 ost <<
"Version: " <<
version() << endl;
57 ost <<
"Properties: [" << endl;
82 ost <<
"</COMPONENT>" << endl;
◆ jobHistory()
const JobHistory* ServiceHistory::jobHistory |
( |
| ) |
const |
|
inline |
◆ name()
const std::string& ServiceHistory::name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ properties()
◆ service()
const IService* ServiceHistory::service |
( |
| ) |
const |
|
inline |
◆ type()
const std::string& ServiceHistory::type |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ version()
const std::string& ServiceHistory::version |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
lhs, |
|
|
const ServiceHistory & |
rhs |
|
) |
| |
|
friend |
◆ m_jobHistory
const JobHistory* ServiceHistory::m_jobHistory { nullptr } |
|
private |
◆ m_name
std::string ServiceHistory::m_name |
|
private |
◆ m_properties
◆ m_pService
const IService* ServiceHistory::m_pService |
|
private |
◆ m_type
std::string ServiceHistory::m_type |
|
private |
◆ m_version
std::string ServiceHistory::m_version |
|
private |
The documentation for this class was generated from the following files: