QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

qx::trait::is_qx_registered<T>::value : return true if T is registered into QxOrm context to provide persitence (ORM), serialization and introspection features More...

Go to the source code of this file.

Classes

struct  qx::trait::is_qx_registered< T >
 qx::trait::is_qx_registered<T>::value : return true if T is registered into QxOrm context to provide persitence (ORM), serialization and introspection features More...
 

Namespaces

namespace  qx
 Root namespace for all QxOrm library features.
 
namespace  qx::trait
 QxOrm library traits (template metaprogramming) not available in boost::type_traits library.
 

Macros

#define QX_SET_REGISTERED(className)
 

Detailed Description

qx::trait::is_qx_registered<T>::value : return true if T is registered into QxOrm context to provide persitence (ORM), serialization and introspection features

Author
Lionel Marty

Definition in file is_qx_registered.h.

Macro Definition Documentation

◆ QX_SET_REGISTERED

#define QX_SET_REGISTERED ( className)
Value:
namespace qx { namespace trait { \
template <> \
struct is_qx_registered< className > { enum { value = true }; }; \
} }
Root namespace for all QxOrm library features.

Definition at line 59 of file is_qx_registered.h.