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

Provide a Qt QJson serialization method (save/load) for type boost::unordered_map<Key, Value> and boost::unordered_multimap<Key, Value> 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< boost::unordered_map< Key, Value > >
 
struct  qx::cvt::detail::QxConvert_FromJson< boost::unordered_map< Key, Value > >
 
struct  qx::cvt::detail::QxConvert_ToJson< boost::unordered_multimap< Key, Value > >
 
struct  qx::cvt::detail::QxConvert_FromJson< boost::unordered_multimap< Key, Value > >
 
struct  qx::cvt::detail::QxConvert_ToJson< boost::unordered_map< QString, Value > >
 
struct  qx::cvt::detail::QxConvert_FromJson< boost::unordered_map< QString, Value > >
 
struct  qx::cvt::detail::QxConvert_ToJson< boost::unordered_map< std::string, Value > >
 
struct  qx::cvt::detail::QxConvert_FromJson< boost::unordered_map< std::string, Value > >
 
struct  qx::cvt::detail::QxConvert_ToJson< boost::unordered_map< std::wstring, Value > >
 
struct  qx::cvt::detail::QxConvert_FromJson< boost::unordered_map< std::wstring, Value > >
 

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 boost::unordered_map<Key, Value> and boost::unordered_multimap<Key, Value>

Author
Lionel Marty

Definition in file QxSerializeQJson_boost_unordered_map.h.