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 24 of file HistoryObj.h.
| HistoryObj::HistoryObj |
( |
| ) |
|
| HistoryObj::~HistoryObj |
( |
| ) |
|
|
virtual |
| const CLID & HistoryObj::classID |
( |
| ) |
|
|
static |
Definition at line 62 of file HistoryObj.cpp.
{
static CLID CLID_HistoryObj = 86452397;
return CLID_HistoryObj;
}
| virtual const CLID& HistoryObj::clID |
( |
| ) |
const |
|
inlinevirtual |
Definition at line 29 of file HistoryObj.cpp.
{
for(itr_string=input_string.begin(); itr_string!=input_string.end(); itr_string++) {
if (*itr_string ==
'&') modified_string.
append(
"&");
else if (*itr_string ==
'<') modified_string.
append(
"<");
else if (*itr_string ==
'>') modified_string.
append(
">");
else if (*itr_string ==
'"') modified_string.
append(
""");
else if (*itr_string ==
'\'') modified_string.
append(
"'");
else if (*itr_string ==
'\"') modified_string.
append(
""");
else modified_string+=*itr_string;
}
return modified_string;
}
| virtual void HistoryObj::dump |
( |
std::ostream & |
, |
|
|
const bool |
isXML = false, |
|
|
int |
indent = 0 |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following files:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r5/GaudiKernel/GaudiKernel/HistoryObj.h
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r5/GaudiKernel/src/Lib/HistoryObj.cpp
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r5/GaudiKernel/src/Lib/VirtualDestructors.cpp