QxOrm  1.2.7
C++ Object Relational Mapping library
qx::QxArchive< T, ArchiveInput, ArchiveOutput > Member List
This is the complete list of members for qx::QxArchive< T, ArchiveInput, ArchiveOutput >, including all inherited members.
fromByteArray(T &obj, const QByteArray &data, unsigned int flags=boost::archive::no_header)qx::QxArchive< T, ArchiveInput, ArchiveOutput > [static]
fromFile(T &obj, const QString &sFileName, unsigned int flags=boost::archive::no_header)qx::QxArchive< T, ArchiveInput, ArchiveOutput > [static]
fromFileCompressed(T &obj, const QString &sFileName, unsigned int flags=boost::archive::no_header)qx::QxArchive< T, ArchiveInput, ArchiveOutput > [static]
fromString(T &obj, const QString &sString, unsigned int flags=boost::archive::no_header)qx::QxArchive< T, ArchiveInput, ArchiveOutput > [static]
toByteArray(const T &obj, type_string *owner=NULL, unsigned int flags=boost::archive::no_header)qx::QxArchive< T, ArchiveInput, ArchiveOutput > [static]
toFile(const T &obj, const QString &sFileName, unsigned int flags=boost::archive::no_header)qx::QxArchive< T, ArchiveInput, ArchiveOutput > [static]
toFileCompressed(const T &obj, const QString &sFileName, unsigned int flags=boost::archive::no_header, int iCompressionLevel=-1)qx::QxArchive< T, ArchiveInput, ArchiveOutput > [static]
toString(const T &obj, unsigned int flags=boost::archive::no_header)qx::QxArchive< T, ArchiveInput, ArchiveOutput > [static]
type_string typedefqx::QxArchive< T, ArchiveInput, ArchiveOutput >