32#ifndef _QX_REMOVE_SMART_PTR_H_
33#define _QX_REMOVE_SMART_PTR_H_
46#include <QtCore/qsharedpointer.h>
48#if (QT_VERSION >= QT_VERSION_CHECK(4, 6, 0))
49#include <QtCore/qscopedpointer.h>
64#ifdef _QX_ENABLE_BOOST
80#if (QT_VERSION >= QT_VERSION_CHECK(4, 6, 0))
qx::dao::ptr<T> : provide a classic smart-pointer (like boost::shared_ptr<T> or QSharedPointer<T>) wi...
qx::dao::ptr<T> : provide a classic smart-pointer (like boost::shared_ptr<T> or QSharedPointer<T>) wi...
QxOrm library traits (template metaprogramming) not available in boost::type_traits library.
Root namespace for all QxOrm library features.
qx::trait::remove_smart_ptr<T>::type : return a type without smart-pointer attribute from boost,...