Base class for History Objects.
More...
#include <GaudiKernel/HistoryObj.h>
Base class for History Objects.
- Author
- Charles Leggett
- Date
- Jul 13 2004
Definition at line 21 of file HistoryObj.h.
HistoryObj::HistoryObj |
( |
| ) |
|
|
default |
virtual HistoryObj::~HistoryObj |
( |
| ) |
|
|
virtualdefault |
const CLID & HistoryObj::classID |
( |
| ) |
|
|
static |
Definition at line 50 of file HistoryObj.cpp.
52 static const CLID CLID_HistoryObj = 86452397;
53 return CLID_HistoryObj;
unsigned int CLID
Class ID definition.
const CLID& HistoryObj::clID |
( |
| ) |
const |
|
inlineoverridevirtual |
Retrieve reference to class definition structure.
Retrieve Pointer to class definition structure.
Reimplemented from DataObject.
Reimplemented in JobHistory, and ServiceHistory.
Definition at line 27 of file HistoryObj.h.
static const CLID & classID()
Definition at line 21 of file HistoryObj.cpp.
27 for(
const auto& itr : input_string ) {
28 if (itr==
'&') modified_string.
append(
"&");
29 else if (itr==
'<') modified_string.
append(
"<");
30 else if (itr==
'>') modified_string.
append(
">");
31 else if (itr==
'"') modified_string.
append(
""");
32 else if (itr==
'\'') modified_string.
append(
"'");
33 else if (itr==
'\"') modified_string.
append(
""");
34 else modified_string+=itr;
37 return modified_string;
virtual void HistoryObj::dump |
( |
std::ostream & |
, |
|
|
const bool |
isXML = false , |
|
|
int |
indent = 0 |
|
) |
| const |
|
pure virtual |
Definition at line 43 of file HistoryObj.cpp.
44 while (i > 0) { ost <<
" "; --i; }
The documentation for this class was generated from the following files: