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

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 <qt_meta_object.h>

Classes

struct  qtMetaObject
 
struct  qtMetaObject< true, dummy >
 

Public Types

enum  { is_valid = (std::is_base_of<QObject, T>::value) }
 

Static Public Member Functions

static const QMetaObject * get ()
 

Detailed Description

template<typename T>
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

Definition at line 57 of file qt_meta_object.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
is_valid 

Definition at line 62 of file qt_meta_object.h.

Member Function Documentation

◆ get()

template<typename T >
static const QMetaObject * qx::trait::qt_meta_object< T >::get ( )
inlinestatic

Definition at line 64 of file qt_meta_object.h.


The documentation for this class was generated from the following file: