QxOrm  1.4.9
C++ Object Relational Mapping library

qx::trait::is_archive_wide<T>::value : define if a boost::archive type uses wide string character and stream (for example std::wstring) or not (for example std::string) More...

#include <string>
#include <iostream>
#include <sstream>
#include <fstream>
#include <QtCore/qstring.h>
#include <QxSerialize/boost/QxSerializeInclude.h>

Go to the source code of this file.

Classes

struct  qx::trait::is_archive_wide< T >
 qx::trait::is_archive_wide<T>::value : define if a boost::archive type uses wide string character and stream (for example std::wstring) or not (for example std::string) More...
struct  qx::trait::is_archive_wide< boost::archive::binary_wiarchive >
struct  qx::trait::is_archive_wide< boost::archive::binary_woarchive >
struct  qx::trait::is_archive_wide< boost::archive::text_wiarchive >
struct  qx::trait::is_archive_wide< boost::archive::text_woarchive >
struct  qx::trait::is_archive_wide< boost::archive::xml_wiarchive >
struct  qx::trait::is_archive_wide< boost::archive::xml_woarchive >
class  qx::trait::archive_wide_traits< T >
struct  qx::trait::archive_wide_traits< T >::cvtQString< isWide, dummy >
struct  qx::trait::archive_wide_traits< T >::cvtQString< true, dummy >
struct  qx::trait::archive_wide_traits< T >::cvtQByteArray< isWide, dummy >
struct  qx::trait::archive_wide_traits< T >::cvtQByteArray< true, dummy >

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


namespace  qx::trait
 

QxOrm library traits (template metaprogramming) not available in boost::type_traits library.



Detailed Description

qx::trait::is_archive_wide<T>::value : define if a boost::archive type uses wide string character and stream (for example std::wstring) or not (for example std::string)

Author:
Lionel Marty

Definition in file archive_wide_traits.h.