QxOrm  1.4.9
C++ Object Relational Mapping library

qx::trait::is_smart_ptr<T>::value : return true if T is a smart-pointer of boost, Qt or QxOrm libraries, otherwise return false More...

Go to the source code of this file.

Classes

struct  qx::trait::is_smart_ptr< T >
 qx::trait::is_smart_ptr<T>::value : return true if T is a smart-pointer of boost, Qt or QxOrm libraries, otherwise return false More...
struct  qx::trait::is_smart_ptr< boost::shared_ptr< T > >
struct  qx::trait::is_smart_ptr< boost::shared_ptr< T > & >
struct  qx::trait::is_smart_ptr< const boost::shared_ptr< T > >
struct  qx::trait::is_smart_ptr< const boost::shared_ptr< T > & >
struct  qx::trait::is_smart_ptr< boost::intrusive_ptr< T > >
struct  qx::trait::is_smart_ptr< boost::intrusive_ptr< T > & >
struct  qx::trait::is_smart_ptr< const boost::intrusive_ptr< T > >
struct  qx::trait::is_smart_ptr< const boost::intrusive_ptr< T > & >
struct  qx::trait::is_smart_ptr< boost::scoped_ptr< T > >
struct  qx::trait::is_smart_ptr< boost::scoped_ptr< T > & >
struct  qx::trait::is_smart_ptr< const boost::scoped_ptr< T > >
struct  qx::trait::is_smart_ptr< const boost::scoped_ptr< T > & >
struct  qx::trait::is_smart_ptr< boost::weak_ptr< T > >
struct  qx::trait::is_smart_ptr< boost::weak_ptr< T > & >
struct  qx::trait::is_smart_ptr< const boost::weak_ptr< T > >
struct  qx::trait::is_smart_ptr< const boost::weak_ptr< T > & >
struct  qx::trait::is_smart_ptr< QScopedPointer< T > >
struct  qx::trait::is_smart_ptr< QScopedPointer< T > & >
struct  qx::trait::is_smart_ptr< const QScopedPointer< T > >
struct  qx::trait::is_smart_ptr< const QScopedPointer< T > & >
struct  qx::trait::is_smart_ptr< QSharedDataPointer< T > >
struct  qx::trait::is_smart_ptr< QSharedDataPointer< T > & >
struct  qx::trait::is_smart_ptr< const QSharedDataPointer< T > >
struct  qx::trait::is_smart_ptr< const QSharedDataPointer< T > & >
struct  qx::trait::is_smart_ptr< QSharedPointer< T > >
struct  qx::trait::is_smart_ptr< QSharedPointer< T > & >
struct  qx::trait::is_smart_ptr< const QSharedPointer< T > >
struct  qx::trait::is_smart_ptr< const QSharedPointer< T > & >
struct  qx::trait::is_smart_ptr< QWeakPointer< T > >
struct  qx::trait::is_smart_ptr< QWeakPointer< T > & >
struct  qx::trait::is_smart_ptr< const QWeakPointer< T > >
struct  qx::trait::is_smart_ptr< const QWeakPointer< T > & >
struct  qx::trait::is_smart_ptr< qx::dao::ptr< T > >
struct  qx::trait::is_smart_ptr< qx::dao::ptr< T > & >
struct  qx::trait::is_smart_ptr< const qx::dao::ptr< T > >
struct  qx::trait::is_smart_ptr< const qx::dao::ptr< T > & >
struct  qx::trait::is_smart_ptr< std::shared_ptr< T > >
struct  qx::trait::is_smart_ptr< std::shared_ptr< T > & >
struct  qx::trait::is_smart_ptr< const std::shared_ptr< T > >
struct  qx::trait::is_smart_ptr< const std::shared_ptr< T > & >
struct  qx::trait::is_smart_ptr< std::unique_ptr< T > >
struct  qx::trait::is_smart_ptr< std::unique_ptr< T > & >
struct  qx::trait::is_smart_ptr< const std::unique_ptr< T > >
struct  qx::trait::is_smart_ptr< const std::unique_ptr< T > & >
struct  qx::trait::is_smart_ptr< std::weak_ptr< T > >
struct  qx::trait::is_smart_ptr< std::weak_ptr< T > & >
struct  qx::trait::is_smart_ptr< const std::weak_ptr< T > >
struct  qx::trait::is_smart_ptr< const std::weak_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::is_smart_ptr<T>::value : return true if T is a smart-pointer of boost, Qt or QxOrm libraries, otherwise return false

Author:
Lionel Marty

Definition in file is_smart_ptr.h.