\
template <class T> \
\
template <class T> \
\
template <class T> \
\
template <class T> \
\
template <class T> \
\
template <class T> \
\
template <class T> \
\
template <class T> \
\
static qx_bool fromByteArray(T &obj, const QByteArray &data, unsigned int flags=boost::archive::no_header)
static qx_bool fromFileCompressed(T &obj, const QString &sFileName, unsigned int flags=boost::archive::no_header)
static qx_bool fromFile(T &obj, const QString &sFileName, unsigned int flags=boost::archive::no_header)
static qx_bool fromString(T &obj, const QString &sString, unsigned int flags=boost::archive::no_header)
static QByteArray toByteArray(const T &obj, type_string *owner=NULL, unsigned int flags=boost::archive::no_header)
static qx_bool toFileCompressed(const T &obj, const QString &sFileName, unsigned int flags=boost::archive::no_header, int iCompressionLevel=-1)
static qx_bool toFile(const T &obj, const QString &sFileName, unsigned int flags=boost::archive::no_header)
static QString toString(const T &obj, unsigned int flags=boost::archive::no_header)
qx_bool : boolean type with code and description message when an error occured
std::conditional< is_wide, std::wstring, std::string >::type type_string
QString to_string(const T &t, const QString &format=QString(), int index=-1, qx::cvt::context::ctx_type ctx=qx::cvt::context::e_no_context)
qx_bool from_string(const QString &s, T &t, const QString &format=QString(), int index=-1, qx::cvt::context::ctx_type ctx=qx::cvt::context::e_no_context)
qx_bool from_file_compressed(T &obj, const QString &sFileName, unsigned int flags=1)
qx_bool from_byte_array(T &obj, const QByteArray &data, unsigned int flags=1)
QByteArray to_byte_array(const T &obj, void *owner=NULL, unsigned int flags=1)
qx_bool to_file_compressed(const T &obj, const QString &sFileName, unsigned int flags=1, int iCompressionLevel=-1)