QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

Provide a Qt QJson serialization method (save/load) for type std::tuple<T0, T1, ..., T9> (C++11 compilation option _QX_CPP_11_TUPLE must be defined) More...

#include <QtCore/qjsonvalue.h>
#include <QtCore/qjsonobject.h>
#include <QtCore/qjsonarray.h>
#include <QxConvert/QxConvert.h>
#include <QxConvert/QxConvert_Impl.h>

Go to the source code of this file.

Classes

struct  qx::cvt::detail::QxConvert_ToJson< std::tuple< T0, T1 > >
 
struct  qx::cvt::detail::QxConvert_ToJson< std::tuple< T0, T1, T2 > >
 
struct  qx::cvt::detail::QxConvert_ToJson< std::tuple< T0, T1, T2, T3 > >
 
struct  qx::cvt::detail::QxConvert_ToJson< std::tuple< T0, T1, T2, T3, T4 > >
 
struct  qx::cvt::detail::QxConvert_ToJson< std::tuple< T0, T1, T2, T3, T4, T5 > >
 
struct  qx::cvt::detail::QxConvert_ToJson< std::tuple< T0, T1, T2, T3, T4, T5, T6 > >
 
struct  qx::cvt::detail::QxConvert_ToJson< std::tuple< T0, T1, T2, T3, T4, T5, T6, T7 > >
 
struct  qx::cvt::detail::QxConvert_ToJson< std::tuple< T0, T1, T2, T3, T4, T5, T6, T7, T8 > >
 
struct  qx::cvt::detail::QxConvert_ToJson< std::tuple< T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 > >
 
struct  qx::cvt::detail::QxConvert_FromJson< std::tuple< T0, T1 > >
 
struct  qx::cvt::detail::QxConvert_FromJson< std::tuple< T0, T1, T2 > >
 
struct  qx::cvt::detail::QxConvert_FromJson< std::tuple< T0, T1, T2, T3 > >
 
struct  qx::cvt::detail::QxConvert_FromJson< std::tuple< T0, T1, T2, T3, T4 > >
 
struct  qx::cvt::detail::QxConvert_FromJson< std::tuple< T0, T1, T2, T3, T4, T5 > >
 
struct  qx::cvt::detail::QxConvert_FromJson< std::tuple< T0, T1, T2, T3, T4, T5, T6 > >
 
struct  qx::cvt::detail::QxConvert_FromJson< std::tuple< T0, T1, T2, T3, T4, T5, T6, T7 > >
 
struct  qx::cvt::detail::QxConvert_FromJson< std::tuple< T0, T1, T2, T3, T4, T5, T6, T7, T8 > >
 
struct  qx::cvt::detail::QxConvert_FromJson< std::tuple< T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 > >
 

Namespaces

namespace  qx
 Root namespace for all QxOrm library features.
 
namespace  qx::cvt
 Provide global functions to convert any kind of objects to/from QString and QVariant format.
 
namespace  qx::cvt::detail
 Internal helper tools for qx::cvt namespace.
 

Detailed Description

Provide a Qt QJson serialization method (save/load) for type std::tuple<T0, T1, ..., T9> (C++11 compilation option _QX_CPP_11_TUPLE must be defined)

Author
Lionel Marty

Definition in file QxSerializeQJson_std_tuple.h.