#include <CdbRevision.hh>
Inheritance diagram for CdbRevision:

Public Member Functions | |
| const CdbConditionPtr & | parent () const |
| Return a smart pointer back to the parent object. | |
| virtual BdbTime | id () const=0 |
| The revision identifier. | |
| virtual std::string | name () const=0 |
| The revision name. | |
| virtual BdbTime | created () const=0 |
| The time when this revision was created. | |
| virtual std::string | description () const=0 |
| The revision description. | |
Protected Member Functions | |
| CdbRevision (const CdbConditionPtr &thePtr) | |
| The normal constructor. | |
| CdbRevision (const CdbRevision &theRevision) | |
| The copy constructor. | |
| virtual | ~CdbRevision () |
| The destructor. | |
| CdbRevision & | operator= (const CdbRevision &theRevision) |
| The assignment operator. | |
Friends | |
| class | CdbCPtrBase< CdbRevision > |
The objects of concrete subclasses of this class deliver various characteristics of a revision.
Definition at line 20 of file CdbRevision.hh.
|
|
The normal constructor. More details...
Definition at line 16 of file CdbRevision.cc. |
|
|
The copy constructor. More details... Definition at line 23 of file CdbRevision.cc. |
|
|
The destructor. More details... Definition at line 27 of file CdbRevision.cc. |
|
|
The time when this revision was created. Note, that this time can be different from the "timestamp" (the above defined identifier) the revision. Implemented in CdbBdbWRevision, CdbBdbSRevision, CdbRooRoRevision, and CdbSQLApiRevision. |
|
|
The revision description. To explain why this revision was created.
Implemented in CdbBdbWRevision, CdbBdbSRevision, CdbRooRoRevision, and CdbSQLApiRevision. |
|
|
The revision identifier. More info... Implemented in CdbBdbWRevision, CdbBdbSRevision, CdbRooRoRevision, and CdbSQLApiRevision. |
|
|
The revision name. More info... Implemented in CdbBdbWRevision, CdbBdbSRevision, CdbRooRoRevision, and CdbSQLApiRevision. |
|
|
The assignment operator. More details... Definition at line 31 of file CdbRevision.cc. References _myParent. |
|
|
Return a smart pointer back to the parent object.
Definition at line 40 of file CdbRevision.cc. |
|
|
Definition at line 22 of file CdbRevision.hh. |
1.3-rc3