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

Public Member Functions | |
| CdbTranslatorsDict () | |
| The default constructor. | |
| virtual | ~CdbTranslatorsDict () |
| The destructor. | |
| virtual CdbStatus | add (const CdbCPtr< CdbObjectTranslator > &theTranslatorPtr) |
| Add a translator. | |
| virtual CdbCPtr< CdbObjectTranslator > | find (unsigned int theTranseintTypeId, const std::string &thePersistentTypeName) const |
| Find a translator by the specified keys. | |
This is an implementation of the base interface class.
Definition at line 17 of file CdbTranslatorsDict.hh.
|
|
The default constructor.
Definition at line 17 of file CdbTranslatorsDict.cc. |
|
|
The destructor.
Definition at line 21 of file CdbTranslatorsDict.cc. |
|
|
Add a translator. Implements the corresponding method defined in the base class or the interface.
Implements CdbTranslatorsDictBase. Definition at line 25 of file CdbTranslatorsDict.cc. References CDB_DEBUG_STREAM, CdbStatus::Error, find(), CdbCPtr< P, CLOSE_POLICY >::get(), CdbStatus::IllegalParameters, CdbCPtr< P, CLOSE_POLICY >::isNull(), and CdbStatus::Success. |
|
||||||||||||
|
Find a translator by the specified keys. Implements the corresponding method defined in the base class or the interface.
Implements CdbTranslatorsDictBase. Definition at line 57 of file CdbTranslatorsDict.cc. References CDB_DEBUG_STREAM. Referenced by add(). |
1.3-rc3