QxOrm
1.5.0
C++ Object Relational Mapping library
|
#include <QxBoostInitGuid.h>
Static Public Member Functions | |
static void | init () |
Private Member Functions | |
void | guid (const char *key, std::false_type) |
void | guid (const char *key, std::true_type) |
void | guid (const char *key) |
Definition at line 51 of file QxBoostInitGuid.h.
void qx::QxBoostInitGuid< T >::guid | ( | const char * | key, |
std::false_type | |||
) | [inline, private] |
Definition at line 61 of file QxBoostInitGuid.h.
void qx::QxBoostInitGuid< T >::guid | ( | const char * | key, |
std::true_type | |||
) | [inline, private] |
Definition at line 64 of file QxBoostInitGuid.h.
void qx::QxBoostInitGuid< T >::guid | ( | const char * | key | ) | [inline, private] |
Definition at line 67 of file QxBoostInitGuid.h.
static void qx::QxBoostInitGuid< T >::init | ( | ) | [inline, static] |
Definition at line 56 of file QxBoostInitGuid.h.