#include <CdbRooSimpleTranslator.hh>
Inheritance diagram for CdbRooSimpleTranslator< R, T >:

Public Member Functions | |
| CdbRooSimpleTranslator () | |
| Default constructor. | |
| virtual | ~CdbRooSimpleTranslator () |
| Destructor. | |
Protected Member Functions | |
| virtual CdbStatus | toTransientRT (T *&theTransientPtr, const CdbCPtr< R > &theObjectPtr) const |
| Translate into a transient object (persistent & transient type specific translation). | |
This class is a specialization of generic "persistent-to-transient" translators for persistent classes having the following minimal interface:
class T; class R : public CdbRooObjectR { public: T* transient() const; };
Where:
T - is a transient type R - is a persistent type
Definition at line 29 of file CdbRooSimpleTranslator.hh.
|
|||||||||
|
Default constructor.
Definition at line 47 of file CdbRooSimpleTranslator.hh. |
|
|||||||||
|
Destructor.
Definition at line 53 of file CdbRooSimpleTranslator.hh. |
|
||||||||||||||||
|
Translate into a transient object (persistent & transient type specific translation). Implement the corresponding method defined in the base class.
Implements CdbRooObjectTranslatorRT< R, T >. Definition at line 63 of file CdbRooSimpleTranslator.hh. References CdbStatus::Error, and CdbStatus::Success. |
1.3-rc3