QxOrm  1.4.2
C++ Object Relational Mapping library
qx::cvt::detail::QxConvertHelper< T > Struct Template Reference

#include <QxConvert_Impl.h>

List of all members.

Public Types

typedef QxConvertHelper< T >
::type_str_cvt_helper_5 
type

Private Types

typedef boost::mpl::if_c
< boost::is_pointer< T >
::value,
qx::cvt::detail::helper::QxConvertHelper_Ptr,
qx::cvt::detail::helper::QxConvertHelper_Generic >
::type 
type_str_cvt_helper_1
typedef boost::mpl::if_c
< qx::trait::is_smart_ptr< T >
::value,
qx::cvt::detail::helper::QxConvertHelper_Ptr,
type_str_cvt_helper_1 >::type 
type_str_cvt_helper_2
typedef boost::mpl::if_c
< qx::trait::is_container< T >
::value,
qx::cvt::detail::helper::QxConvertHelper_Container,
type_str_cvt_helper_2 >::type 
type_str_cvt_helper_3
typedef boost::mpl::if_c
< qx::trait::is_qx_registered
< T >::value,
qx::cvt::detail::helper::QxConvertHelper_Registered,
type_str_cvt_helper_3 >::type 
type_str_cvt_helper_4
typedef boost::mpl::if_c
< boost::is_enum< T >::value,
qx::cvt::detail::helper::QxConvertHelper_Enum,
type_str_cvt_helper_4 >::type 
type_str_cvt_helper_5

Detailed Description

template<typename T>
struct qx::cvt::detail::QxConvertHelper< T >

Definition at line 476 of file QxConvert_Impl.h.


Member Typedef Documentation

Definition at line 489 of file QxConvert_Impl.h.

template<typename T>
typedef boost::mpl::if_c< boost::is_pointer<T>::value, qx::cvt::detail::helper::QxConvertHelper_Ptr, qx::cvt::detail::helper::QxConvertHelper_Generic >::type qx::cvt::detail::QxConvertHelper< T >::type_str_cvt_helper_1 [private]

Definition at line 481 of file QxConvert_Impl.h.

Definition at line 482 of file QxConvert_Impl.h.

Definition at line 483 of file QxConvert_Impl.h.

template<typename T>
typedef boost::mpl::if_c< boost::is_enum<T>::value, qx::cvt::detail::helper::QxConvertHelper_Enum, type_str_cvt_helper_4 >::type qx::cvt::detail::QxConvertHelper< T >::type_str_cvt_helper_5 [private]

Definition at line 485 of file QxConvert_Impl.h.


The documentation for this struct was generated from the following file: