MIRA
|
#include <serialization/BinarySerializer.h>
Static Public Member Functions | |
static size_t | formatVersionOverhead () |
Zero overhead here. More... | |
Protected Types | |
typedef boost::mpl::bool_< false > | requireReflectBarriers |
typedef void * | ReflectState |
typedef int | VersionType |
Protected Member Functions | |
ReflectState | insertVersionPlaceholder (const char *context, Serializer &serializer, StreamType &stream) |
Do nothing. More... | |
template<typename T > | |
void | writeVersion (VersionType version, Serializer &serializer, StreamType &stream) |
Write version directly to stream. More... | |
void | restoreVersionPtr (const ReflectState &prev) |
Do nothing. More... | |
|
protected |
|
protected |
|
protected |
|
inlinestatic |
Zero overhead here.
|
inlineprotected |
Do nothing.
|
inlineprotected |
Write version directly to stream.
|
inlineprotected |
Do nothing.