QxOrm
1.5.0
C++ Object Relational Mapping library
|
#include <QxBoostSerializeHelper.h>
Classes | |
struct | QxBoostVoidCastRegisterHelper |
struct | QxBoostVoidCastRegisterHelper< true, dummy > |
Static Public Member Functions | |
template<class Archive > | |
static void | register_type_helper (Archive &ar, const T *t) |
static void | void_cast_register_helper (const T *t) |
static void | init_guid (const T *t) |
Private Types | |
typedef T | type_derived |
typedef qx::trait::get_base_class < type_derived >::type | type_base |
Definition at line 49 of file QxBoostSerializeHelper.h.
typedef qx::trait::get_base_class<type_derived>::type qx::QxBoostSerializeHelper< T >::type_base [private] |
Definition at line 55 of file QxBoostSerializeHelper.h.
typedef T qx::QxBoostSerializeHelper< T >::type_derived [private] |
Definition at line 54 of file QxBoostSerializeHelper.h.
static void qx::QxBoostSerializeHelper< T >::init_guid | ( | const T * | t | ) | [inline, static] |
Definition at line 66 of file QxBoostSerializeHelper.h.
static void qx::QxBoostSerializeHelper< T >::register_type_helper | ( | Archive & | ar, |
const T * | t | ||
) | [inline, static] |
Definition at line 60 of file QxBoostSerializeHelper.h.
static void qx::QxBoostSerializeHelper< T >::void_cast_register_helper | ( | const T * | t | ) | [inline, static] |
Definition at line 63 of file QxBoostSerializeHelper.h.