![]() |
QxOrm
1.2.3
C++ Object Relational Mapping library
|
qx::trait::is_boost_scoped_ptr<T>::value : return true if T is a boost::scoped_ptr<> smart-pointer, otherwise return false More...
#include <is_boost_scoped_ptr.h>
Public Types | |
| enum | { value = (sizeof(qx::trait::is_boost_scoped_ptr<T>::isSmartPtr(t)) == sizeof(char)) } |
| typedef boost::mpl::if_c < qx::trait::is_boost_scoped_ptr < T >::value, boost::mpl::true_, boost::mpl::false_ >::type | type |
Static Private Member Functions | |
| template<typename V > | |
| static char | isSmartPtr (const boost::scoped_ptr< V > &) |
| static int | isSmartPtr (...) |
Static Private Attributes | |
| static T | t |
qx::trait::is_boost_scoped_ptr<T>::value : return true if T is a boost::scoped_ptr<> smart-pointer, otherwise return false
Definition at line 52 of file is_boost_scoped_ptr.h.
| typedef boost::mpl::if_c<qx::trait::is_boost_scoped_ptr<T>::value, boost::mpl::true_, boost::mpl::false_>::type qx::trait::is_boost_scoped_ptr< T >::type |
Definition at line 67 of file is_boost_scoped_ptr.h.
| anonymous enum |
Definition at line 63 of file is_boost_scoped_ptr.h.
| static char qx::trait::is_boost_scoped_ptr< T >::isSmartPtr | ( | const boost::scoped_ptr< V > & | ) | [static, private] |
| static int qx::trait::is_boost_scoped_ptr< T >::isSmartPtr | ( | ... | ) | [static, private] |
T qx::trait::is_boost_scoped_ptr< T >::t [static, private] |
Definition at line 59 of file is_boost_scoped_ptr.h.