QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
QxMainPage.h File Reference

Go to the source code of this file.

Namespaces

namespace  qx
 Root namespace for all QxOrm library features.
 
namespace  qx::cache
 Provide basic thread-safe cache feature to backup and restore any kind of objects (for example, object fetched from database)
 
namespace  qx::cache::detail
 Internal helper tools for qx::cache namespace.
 
namespace  qx::dao
 Database communication used by persistence engine (ORM - Object Relational Mapping)
 
namespace  qx::dao::detail
 Internal helper tools for qx::dao namespace.
 
namespace  qx::function
 Register function into QxOrm context used by introspection engine.
 
namespace  qx::function::detail
 Internal helper tools for qx::function namespace.
 
namespace  qx::memory
 QxOrm library memory leak detection (by Wu Yongwei)
 
namespace  qx::serialization
 QxOrm library serialization engine based on boost::serialization library.
 
namespace  qx::serialization::detail
 Internal helper tools for qx::serialization namespace.
 
namespace  qx::serialization::wide
 QxOrm library serialization engine for wide archive.
 
namespace  qx::service
 QxOrm library services engine to provide easy and powerful way to create C++ application server (to transfer data over network)
 
namespace  qx::trait
 QxOrm library traits (template metaprogramming) not available in boost::type_traits library.
 
namespace  qx::trait::detail
 Internal helper tools for qx::trait namespace.
 
namespace  qx::foreach
 Foreach-style (based on BOOST_FOREACH macro) to iterate over all stl, boost and Qt containers + qx::QxCollection<Key, Value> QxOrm library container.
 
namespace  qx::cvt
 Provide global functions to convert any kind of objects to/from QString and QVariant format.
 
namespace  qx::cvt::detail
 Internal helper tools for qx::cvt namespace.