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 <construct_ptr.h>
Classes | |
struct | new_ptr |
struct | new_ptr< true, dummy > |
Static Public Member Functions | |
static void | get (T &t, bool bReset=false) |
Private Types | |
typedef std::remove_pointer< T > ::type | type_ptr |
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 at line 62 of file construct_ptr.h.
typedef std::remove_pointer<T>::type qx::trait::construct_ptr< T >::type_ptr [private] |
Definition at line 67 of file construct_ptr.h.
static void qx::trait::construct_ptr< T >::get | ( | T & | t, |
bool | bReset = false |
||
) | [inline, static] |
Definition at line 71 of file construct_ptr.h.