#include <CdbBdbNTupleConversionRules.hh>
Public Types | |
| typedef T | Transient |
| typedef T | Persistent |
Static Public Member Functions | |
| const Persistent & | to_persistent (const Transient &value) |
| const Transient & | to_transient (const Persistent &value) |
This pseudo-converter can be applied for any types of elements. This converter is used by default when converting tuples between the transient and persistent forms.
The only template parameter of the class is a transient type of elements.
There is also a number of specializations of the facility (see below). They'll be used for types requiering nono-trivial conversion or because of lack of implicit conversion supplied with the compiler or user classes.
Definition at line 26 of file CdbBdbNTupleConversionRules.hh.
|
|||||
|
Definition at line 29 of file CdbBdbNTupleConversionRules.hh. |
|
|||||
|
Definition at line 28 of file CdbBdbNTupleConversionRules.hh. |
|
||||||||||
|
Definition at line 31 of file CdbBdbNTupleConversionRules.hh. |
|
||||||||||
|
Definition at line 32 of file CdbBdbNTupleConversionRules.hh. |
1.3-rc3