#include <CdbHistoryEvent.hh>
Public Member Functions | |
| virtual | ~CdbHistoryEvent () |
| The destructor. | |
| BdbTime | timeStamp () const |
| Return the timestamp when this even happened. | |
| std::string | typeName () const |
| Return the type name of the event. | |
| virtual void | dump (std::ostream &theStream) const |
| Dump the contents of an event onto specified stream. | |
Protected Member Functions | |
| CdbHistoryEvent (const BdbTime &theTimeStamp, const std::string &theTypeName) | |
| The normal constructor. | |
| CdbHistoryEvent (const CdbHistoryEvent &theEvent) | |
| The copy constructor. | |
| CdbHistoryEvent & | operator= (const CdbHistoryEvent &theEvent) |
| The assignment operator. | |
Friends | |
| class | CdbCPtrBase< CdbHistoryEvent > |
The constructors of this class are hidden to prevent creating these objects on their own. Only subclasses can call use these methods.
Definition at line 21 of file CdbHistoryEvent.hh.
|
||||||||||||
|
The normal constructor. Initialize local context with specified parameters.
Definition at line 15 of file CdbHistoryEvent.cc. |
|
|
The copy constructor.
Definition at line 21 of file CdbHistoryEvent.cc. |
|
|
The destructor.
Definition at line 26 of file CdbHistoryEvent.cc. |
|
|
Dump the contents of an event onto specified stream. This operation will dump the local context of objects of this class. It can be ovverriden by the subclasses. The dump is followed by the end of line. Definition at line 40 of file CdbHistoryEvent.cc. |
|
|
The assignment operator.
Definition at line 30 of file CdbHistoryEvent.cc. References _timestamp, and _typeName. |
|
|
Return the timestamp when this even happened.
Definition at line 61 of file CdbHistoryEvent.hh. |
|
|
Return the type name of the event.
Definition at line 65 of file CdbHistoryEvent.hh. |
|
|
Definition at line 23 of file CdbHistoryEvent.hh. |
1.3-rc3