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 59 of file HistoryObj.cpp.
   62   static const CLID CLID_HistoryObj = 86452397;
    63   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 20 of file HistoryObj.cpp.
   27   for ( 
const auto& itr : input_string ) {
    29       modified_string.
append( 
"&" );
    30     else if ( itr == 
'<' )
    31       modified_string.
append( 
"<" );
    32     else if ( itr == 
'>' )
    33       modified_string.
append( 
">" );
    34     else if ( itr == 
'"' )
    35       modified_string.
append( 
""" );
    36     else if ( itr == 
'\'' )
    37       modified_string.
append( 
"'" );
    38     else if ( itr == 
'\"' )
    39       modified_string.
append( 
""" );
    41       modified_string += itr;
    44   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: