![]() |
QxOrm 1.4.9
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>
Public Member Functions | |
| QxFactory (const QString &sKey) | |
| virtual | ~QxFactory () |
| virtual qx::any | createObject (bool bRawPointer=false) const |
| virtual void * | createObjectNudePtr () const |
| virtual const std::type_info & | typeInfo () const |
Public Member Functions inherited from qx::IxFactory | |
| IxFactory (const QString &sKey) | |
| virtual | ~IxFactory () |
Additional Inherited Members | |
Protected Attributes inherited from qx::IxFactory | |
| QString | m_sKeyFactory |
| Factory key used by the collection QxFactoryX. | |
qx::QxFactory<T> : concrete factory class to create object of type T dynamically using the class name
Definition at line 84 of file QxFactory.h.
|
inline |
Definition at line 89 of file QxFactory.h.
|
inlinevirtual |
Definition at line 90 of file QxFactory.h.
|
inlinevirtual |
Implements qx::IxFactory.
Definition at line 93 of file QxFactory.h.
|
inlinevirtual |
Implements qx::IxFactory.
Definition at line 96 of file QxFactory.h.
|
inlinevirtual |
Implements qx::IxFactory.
Definition at line 107 of file QxFactory.h.