QxOrm  1.4.9
C++ Object Relational Mapping library
qx::QxXml< T > Class Template Reference

#include <QxXml.h>

List of all members.

Static Public Member Functions

static QString toXml (T *pOwner)
static bool fromXml (T *pOwner, const QString &sXml)
static std::shared_ptr
< QxXmlWriter
toXmlWriter (T *pOwner)
static bool fromXmlReader (T *pOwner, QxXmlReader *pXmlReader)

Private Member Functions

 QxXml ()
virtual ~QxXml ()

Detailed Description

template<class T>
class qx::QxXml< T >

Definition at line 47 of file QxXml.h.


Constructor & Destructor Documentation

template<class T >
qx::QxXml< T >::QxXml ( ) [inline, private]

Definition at line 52 of file QxXml.h.

template<class T >
virtual qx::QxXml< T >::~QxXml ( ) [inline, private, virtual]

Definition at line 53 of file QxXml.h.


Member Function Documentation

template<class T >
bool qx::QxXml< T >::fromXml ( T *  pOwner,
const QString &  sXml 
) [static]

Definition at line 45 of file QxXml.h.

template<class T >
bool qx::QxXml< T >::fromXmlReader ( T *  pOwner,
QxXmlReader pXmlReader 
) [static]

Definition at line 68 of file QxXml.h.

template<class T >
QString qx::QxXml< T >::toXml ( T *  pOwner) [static]

Definition at line 34 of file QxXml.h.

template<class T >
std::shared_ptr< QxXmlWriter > qx::QxXml< T >::toXmlWriter ( T *  pOwner) [static]

Definition at line 56 of file QxXml.h.


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