QxOrm  1.4.9
C++ Object Relational Mapping library

qx::trait::remove_smart_ptr<T>::type : return a type without smart-pointer attribute from boost, Qt or QxOrm library 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::remove_smart_ptr< T >
 qx::trait::remove_smart_ptr<T>::type : return a type without smart-pointer attribute from boost, Qt or QxOrm library More...
struct  qx::trait::remove_smart_ptr< boost::scoped_ptr< T > >
struct  qx::trait::remove_smart_ptr< boost::shared_ptr< T > >
struct  qx::trait::remove_smart_ptr< boost::intrusive_ptr< T > >
struct  qx::trait::remove_smart_ptr< QSharedPointer< T > >
struct  qx::trait::remove_smart_ptr< QScopedPointer< T > >
struct  qx::trait::remove_smart_ptr< qx::dao::ptr< T > >
struct  qx::trait::remove_smart_ptr< std::unique_ptr< T > >
struct  qx::trait::remove_smart_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.



Detailed Description

qx::trait::remove_smart_ptr<T>::type : return a type without smart-pointer attribute from boost, Qt or QxOrm library

Author:
Lionel Marty

Definition in file remove_smart_ptr.h.