![]() |
QxOrm 1.1.8
C++ Object Relational Mapping library
|
qx::IxFactory : common interface for all classes that can be created dynamically using the class name More...
#include <IxFactory.h>
Public Member Functions | |
IxFactory (const QString &sKey) | |
virtual | ~IxFactory () |
virtual boost::any | createObject () const =0 |
virtual void * | createObjectNudePtr () const =0 |
Protected Attributes | |
QString | m_sKeyFactory |
Factory key used by the collection QxFactoryX. |
qx::IxFactory : common interface for all classes that can be created dynamically using the class name
Definition at line 49 of file IxFactory.h.
qx::IxFactory::IxFactory | ( | const QString & | sKey | ) |
virtual qx::IxFactory::~IxFactory | ( | ) | [virtual] |
virtual boost::any qx::IxFactory::createObject | ( | ) | const [pure virtual] |
Implemented in qx::QxFactory< T >.
virtual void* qx::IxFactory::createObjectNudePtr | ( | ) | const [pure virtual] |
Implemented in qx::QxFactory< T >.
QString qx::IxFactory::m_sKeyFactory [protected] |
Factory key used by the collection QxFactoryX.
Definition at line 54 of file IxFactory.h.