![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiKernel/HistoryObj.h>
Inheritance diagram for HistoryObj:


Definition at line 18 of file HistoryObj.h.
Public Member Functions | |
| HistoryObj () | |
| virtual | ~HistoryObj () |
| virtual const CLID & | clID () const |
| Retrieve reference to class definition structure. | |
Static Public Member Functions | |
| static const CLID & | classID () |
| Retrieve reference to class definition structure (static access). | |
| HistoryObj::HistoryObj | ( | ) |
| virtual HistoryObj::~HistoryObj | ( | ) | [inline, virtual] |
| virtual const CLID& HistoryObj::clID | ( | ) | const [inline, virtual] |
Retrieve reference to class definition structure.
Reimplemented from DataObject.
Reimplemented in AlgorithmHistory, AlgToolHistory, DataHistory, JobHistory, and ServiceHistory.
Definition at line 23 of file HistoryObj.h.
References classID().
00023 { return HistoryObj::classID(); }
| const CLID & HistoryObj::classID | ( | ) | [static] |
Retrieve reference to class definition structure (static access).
Reimplemented from DataObject.
Reimplemented in AlgorithmHistory, AlgToolHistory, DataHistory, JobHistory, and ServiceHistory.
Definition at line 20 of file HistoryObj.cpp.
Referenced by clID().
00020 { 00021 00022 static CLID CLID_HistoryObj = 86452397; 00023 return CLID_HistoryObj; 00024 00025 }