QxOrm
1.5.0
C++ Object Relational Mapping library
|
#include <is_container_to_pod.h>
Public Types | |
enum | { value = (qx::trait::is_container<T>::value && (sizeof(qx::trait::is_container_to_pod<T>::removeContainer(t)) == sizeof(char))) } |
typedef std::conditional < qx::trait::is_container_to_pod < T >::value, std::true_type, std::false_type >::type | type |
Static Private Member Functions | |
template<typename U > | |
static std::conditional < qx::trait::is_qx_pod< U > ::value, char, int >::type | removeContainer (const std::vector< U > &) |
template<typename U > | |
static std::conditional < qx::trait::is_qx_pod< U > ::value, char, int >::type | removeContainer (const std::list< U > &) |
template<typename U > | |
static std::conditional < qx::trait::is_qx_pod< U > ::value, char, int >::type | removeContainer (const std::set< U > &) |
template<typename U > | |
static std::conditional < qx::trait::is_qx_pod< U > ::value, char, int >::type | removeContainer (const QList< U > &) |
template<typename U > | |
static std::conditional < qx::trait::is_qx_pod< U > ::value, char, int >::type | removeContainer (const QSet< U > &) |
template<typename U > | |
static std::conditional < qx::trait::is_qx_pod< U > ::value, char, int >::type | removeContainer (const boost::unordered_set< U > &) |
template<typename U > | |
static std::conditional < qx::trait::is_qx_pod< U > ::value, char, int >::type | removeContainer (const boost::unordered_multiset< U > &) |
template<typename U > | |
static std::conditional < qx::trait::is_qx_pod< U > ::value, char, int >::type | removeContainer (const std::unordered_set< U > &) |
template<typename U > | |
static std::conditional < qx::trait::is_qx_pod< U > ::value, char, int >::type | removeContainer (const std::unordered_multiset< U > &) |
static int | removeContainer (...) |
Static Private Attributes | |
static T | t |
Definition at line 46 of file is_container_to_pod.h.
typedef std::conditional<qx::trait::is_container_to_pod<T>::value, std::true_type, std::false_type>::type qx::trait::is_container_to_pod< T >::type |
Definition at line 99 of file is_container_to_pod.h.
anonymous enum |
Definition at line 97 of file is_container_to_pod.h.
static std::conditional<qx::trait::is_qx_pod<U>::value, char, int>::type qx::trait::is_container_to_pod< T >::removeContainer | ( | const std::vector< U > & | ) | [static, private] |
static std::conditional<qx::trait::is_qx_pod<U>::value, char, int>::type qx::trait::is_container_to_pod< T >::removeContainer | ( | const std::list< U > & | ) | [static, private] |
static std::conditional<qx::trait::is_qx_pod<U>::value, char, int>::type qx::trait::is_container_to_pod< T >::removeContainer | ( | const std::set< U > & | ) | [static, private] |
static std::conditional<qx::trait::is_qx_pod<U>::value, char, int>::type qx::trait::is_container_to_pod< T >::removeContainer | ( | const QList< U > & | ) | [static, private] |
static std::conditional<qx::trait::is_qx_pod<U>::value, char, int>::type qx::trait::is_container_to_pod< T >::removeContainer | ( | const QSet< U > & | ) | [static, private] |
static std::conditional<qx::trait::is_qx_pod<U>::value, char, int>::type qx::trait::is_container_to_pod< T >::removeContainer | ( | const boost::unordered_set< U > & | ) | [static, private] |
static std::conditional<qx::trait::is_qx_pod<U>::value, char, int>::type qx::trait::is_container_to_pod< T >::removeContainer | ( | const boost::unordered_multiset< U > & | ) | [static, private] |
static std::conditional<qx::trait::is_qx_pod<U>::value, char, int>::type qx::trait::is_container_to_pod< T >::removeContainer | ( | const std::unordered_set< U > & | ) | [static, private] |
static std::conditional<qx::trait::is_qx_pod<U>::value, char, int>::type qx::trait::is_container_to_pod< T >::removeContainer | ( | const std::unordered_multiset< U > & | ) | [static, private] |
static int qx::trait::is_container_to_pod< T >::removeContainer | ( | ... | ) | [static, private] |
T qx::trait::is_container_to_pod< T >::t [static, private] |
Definition at line 93 of file is_container_to_pod.h.