MIRA
|
This class is used as additional reflection redirect. More...
#include <serialization/Accessor.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
AccessorGetterPartInternalRedirect (const T &value) | |
const value_type & | get () const |
template<typename Reflector > | |
void | reflect (Reflector &r) |
Static Public Attributes | |
static const bool | isDirectGetter = true |
This class is used as additional reflection redirect.
It does not add any functionality except routing reflection for the direct getter through another reflect() method, making the number of executed reflect()s stable in all Accessor versions and symmetric between serialization and deserialization (an important property e.g. for the BinarySerializer's version placeholder feature).
typedef T value_type |
|
inline |
|
inline |
|
inline |
|
static |