helper class for translating/mapping attributes before inserting into the ODM More...
#include "IValueTranslator.hpp"
Inheritance diagram for IValueTranslator:Public Member Functions | |
| virtual std::pair< int, bool > | translate (int v) const =0 |
| virtual std::pair< int64_t, bool > | translate (int64_t v) const =0 |
| virtual std::pair< double, bool > | translate (double v) const =0 |
| virtual std::pair< float, bool > | translate (float v) const =0 |
Public Member Functions inherited from ObjectBase | |
| virtual void | Delete () |
helper class for translating/mapping attributes before inserting into the ODM