![]() |
QxOrm 1.1.8
C++ Object Relational Mapping library
|
qx::QxFactory<T> : concrete factory class to create object of type T dynamically using the class name More...
#include <QxFactory.h>
Classes | |
struct | qxCreateInstance |
struct | qxCreateInstance< true, dummy > |
Public Member Functions | |
QxFactory (const QString &sKey) | |
virtual | ~QxFactory () |
virtual boost::any | createObject () const |
virtual void * | createObjectNudePtr () const |
qx::QxFactory<T> : concrete factory class to create object of type T dynamically using the class name
Definition at line 62 of file QxFactory.h.
qx::QxFactory< T >::QxFactory | ( | const QString & | sKey | ) | [inline] |
Definition at line 67 of file QxFactory.h.
virtual qx::QxFactory< T >::~QxFactory | ( | ) | [inline, virtual] |
Definition at line 68 of file QxFactory.h.
virtual boost::any qx::QxFactory< T >::createObject | ( | ) | const [inline, virtual] |
Implements qx::IxFactory.
Definition at line 70 of file QxFactory.h.
virtual void* qx::QxFactory< T >::createObjectNudePtr | ( | ) | const [inline, virtual] |
Implements qx::IxFactory.
Definition at line 73 of file QxFactory.h.