QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
 QxCommon : QxOrm library common tools and macros
 QxCollection : QxOrm library container (keep insertion order + quick access by index + quick access by key)
 QxSingleton : QxOrm library thread-safe singleton pattern
 QxFactory : QxOrm library factory pattern used by introspection engine
 QxDataMember : QxOrm library data member (or property) used by introspection engine
 QxFunction : QxOrm library function used by introspection engine
 QxRegister : QxOrm library register context used by introspection engine (class, function, property...)
 QxSerialize : QxOrm library serialization engine based on 'boost::serialization' library
 QxTraits : QxOrm library traits (template metaprogramming) not available in 'boost::type_traits' library
 QxDao : QxOrm library database communication used by persistence engine (ORM - Object Relational Mapping)
 QxValidator : QxOrm library validation engine using validator pattern
 QxModelView : All classes registered into QxOrm context can be used with Qt model/view architecture (Qt widgets and/or QML views)
 QxRestApi : QxOrm library REST API to send requests in JSON format from external application, from web-site or from QML view
 QxService : QxOrm library services engine to provide easy and powerful way to create C++ application server (to transfer data over network)
 QxHttpServer : QxOrm library HTTP server (based on QxService module) : support SSL/TLS, persistent connection, deliver static files, REST API, etc...
 QxCache : QxOrm library basic thread-safe cache feature to backup and restore any kind of objects (for example, object fetched from database)
 QxConvert : QxOrm library conversion tools to-from QString type and to-from QVariant type
 QxExtras : QxOrm library extra-tools (for example : enable std::optional for C++17 compilers, enable boost::optional feature without enabling all boost features)
 QxMemLeak : QxOrm library memory leak detection (by Wu Yongwei)