QxOrm
1.5.0
C++ Object Relational Mapping library
|
qx::trait::construct_ptr<T>::get(T & t, bool bReset = false) : instantiate (or reset) a new pointer, support both nude-pointer and smart-pointer of boost, Qt and QxOrm libraries More...
#include <QtCore/qsharedpointer.h>
#include <QtCore/qscopedpointer.h>
#include <QxDao/QxDaoPointer.h>
Go to the source code of this file.
Classes | |
struct | qx::trait::construct_ptr< T > |
qx::trait::construct_ptr<T>::get(T & t, bool bReset = false) : instantiate (or reset) a new pointer, support both nude-pointer and smart-pointer of boost, Qt and QxOrm libraries More... | |
struct | qx::trait::construct_ptr< T >::new_ptr< isAbstract, dummy > |
struct | qx::trait::construct_ptr< T >::new_ptr< true, dummy > |
struct | qx::trait::construct_ptr< boost::scoped_ptr< T > > |
struct | qx::trait::construct_ptr< boost::shared_ptr< T > > |
struct | qx::trait::construct_ptr< boost::intrusive_ptr< T > > |
struct | qx::trait::construct_ptr< QSharedPointer< T > > |
struct | qx::trait::construct_ptr< QScopedPointer< T > > |
struct | qx::trait::construct_ptr< qx::dao::ptr< T > > |
struct | qx::trait::construct_ptr< std::unique_ptr< T > > |
struct | qx::trait::construct_ptr< std::shared_ptr< T > > |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
namespace | qx::trait |
QxOrm library traits (template metaprogramming) not available in boost::type_traits library. |
qx::trait::construct_ptr<T>::get(T & t, bool bReset = false) : instantiate (or reset) a new pointer, support both nude-pointer and smart-pointer of boost, Qt and QxOrm libraries
Definition in file construct_ptr.h.