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

#include <QxXml.h>

Static Public Member Functions

static QString toXml (T *pOwner)
 
static bool fromXml (T *pOwner, const QString &sXml)
 
static std::shared_ptr< QxXmlWritertoXmlWriter (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

◆ QxXml()

template<class T >
qx::QxXml< T >::QxXml ( )
inlineprivate

Definition at line 52 of file QxXml.h.

◆ ~QxXml()

template<class T >
virtual qx::QxXml< T >::~QxXml ( )
inlineprivatevirtual

Definition at line 53 of file QxXml.h.

Member Function Documentation

◆ fromXml()

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

◆ fromXmlReader()

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

◆ toXml()

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

◆ toXmlWriter()

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

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