QxOrm  1.2.3
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>

Inheritance diagram for qx::QxFactory< T >:
qx::IxFactory

List of all members.

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
virtual const std::type_info & typeInfo () const

Detailed Description

template<class T>
class qx::QxFactory< T >

qx::QxFactory<T> : concrete factory class to create object of type T dynamically using the class name

Definition at line 73 of file QxFactory.h.


Constructor & Destructor Documentation

template<class T >
qx::QxFactory< T >::QxFactory ( const QString &  sKey) [inline]

Definition at line 78 of file QxFactory.h.

template<class T >
virtual qx::QxFactory< T >::~QxFactory ( ) [inline, virtual]

Definition at line 79 of file QxFactory.h.


Member Function Documentation

template<class T >
virtual boost::any qx::QxFactory< T >::createObject ( ) const [inline, virtual]

Implements qx::IxFactory.

Definition at line 81 of file QxFactory.h.

template<class T >
virtual void* qx::QxFactory< T >::createObjectNudePtr ( ) const [inline, virtual]

Implements qx::IxFactory.

Definition at line 84 of file QxFactory.h.

template<class T >
virtual const std::type_info& qx::QxFactory< T >::typeInfo ( ) const [inline, virtual]

Implements qx::IxFactory.

Definition at line 87 of file QxFactory.h.


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