QxOrm
1.5.0
C++ Object Relational Mapping library
|
qx::trait::qt_meta_object<T>::get() : if T is based on QObject class, then return QMetaObject instance of Qt introspection engine, else return NULL More...
#include <QtCore/qmetaobject.h>
#include <QtCore/qmetatype.h>
Go to the source code of this file.
Classes | |
class | qx::trait::qt_meta_object< T > |
qx::trait::qt_meta_object<T>::get() : if T is based on QObject class, then return QMetaObject instance of Qt introspection engine, else return NULL More... | |
struct | qx::trait::qt_meta_object< T >::qtMetaObject< isQObject, dummy > |
struct | qx::trait::qt_meta_object< T >::qtMetaObject< true, dummy > |
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. |
qx::trait::qt_meta_object<T>::get() : if T is based on QObject class, then return QMetaObject instance of Qt introspection engine, else return NULL
Definition in file qt_meta_object.h.