QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
qx::QxArchive_FromFileCompressed< T, ArchiveInput, ArchiveOutput > Class Template Reference

qx::QxArchive_FromFileCompressed : provide some tools to serialize a class registered into QxOrm context into/from binary/text/XML archives (file, string, etc.) More...

#include <QxArchive.h>

Static Public Member Functions

static qx_bool fromFileCompressed (T &obj, const QString &sFileName, unsigned int flags=boost::archive::no_header)
 

Detailed Description

template<class T, class ArchiveInput = QX_DEFAULT_ARCHIVE_INPUT, class ArchiveOutput = QX_DEFAULT_ARCHIVE_OUTPUT>
class qx::QxArchive_FromFileCompressed< T, ArchiveInput, ArchiveOutput >

qx::QxArchive_FromFileCompressed : provide some tools to serialize a class registered into QxOrm context into/from binary/text/XML archives (file, string, etc.)

Definition at line 105 of file QxArchive.h.

Member Function Documentation

◆ fromFileCompressed()

template<class T , class ArchiveInput = QX_DEFAULT_ARCHIVE_INPUT, class ArchiveOutput = QX_DEFAULT_ARCHIVE_OUTPUT>
static qx_bool qx::QxArchive_FromFileCompressed< T, ArchiveInput, ArchiveOutput >::fromFileCompressed ( T & obj,
const QString & sFileName,
unsigned int flags = boost::archive::no_header )
static

The documentation for this class was generated from the following file: