QxOrm  1.4.9
C++ Object Relational Mapping library

Dump all classes registered into QxOrm context using XML and JSON serialization engine. More...

Go to the source code of this file.

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


Functions

template<class T >
void qx::dump (const T &t, bool bJsonFormat=false)
 qx::dump(const T & t, bool bJsonFormat) : dump class of type T registered into QxOrm context using XML and JSON serialization engine

Detailed Description

Dump all classes registered into QxOrm context using XML and JSON serialization engine.

Author:
Lionel Marty

Definition in file QxDump.h.