#include <CdbProxyElement.hh>
Public Member Functions | |
| CdbProxyElement () | |
| The implementation of the CdbProxyElement. | |
| CdbProxyElement (const std::string &theName, const CdbObjectPtr &thePtr, const BdbIntervalBase &theValidity, bool updatedFlag) | |
| CdbProxyElement (const CdbProxyElement &theElement) | |
| ~CdbProxyElement () | |
| CdbProxyElement & | operator= (const CdbProxyElement &theElement) |
| std::string | name () const |
| CdbObjectPtr | objectPtr () const |
| BdbIntervalBase | validity () const |
| bool | updated () const |
| std::string | shortName () const |
| Get the short condition name only. | |
Objects of this class are meant to pass the information about updated cache elments to cleints
Definition at line 19 of file CdbProxyElement.hh.
|
|
The implementation of the CdbProxyElement.
Definition at line 14 of file CdbProxyElement.cc. |
|
||||||||||||||||||||
|
Definition at line 22 of file CdbProxyElement.cc. |
|
|
Definition at line 32 of file CdbProxyElement.cc. |
|
|
Definition at line 39 of file CdbProxyElement.cc. |
|
|
Definition at line 44 of file CdbProxyElement.hh. |
|
|
Definition at line 46 of file CdbProxyElement.hh. |
|
|
Definition at line 43 of file CdbProxyElement.cc. References _name, _objectPtr, _updated, and _validity. |
|
|
Get the short condition name only. This method will extract the condition name from the path. Definition at line 55 of file CdbProxyElement.cc. References CdbPathName::last(), and CdbPathName::toString(). |
|
|
Definition at line 49 of file CdbProxyElement.hh. |
|
|
Definition at line 47 of file CdbProxyElement.hh. |
1.3-rc3