![]() |
QxOrm 1.5.0
C++ Object Relational Mapping library
|
| ▼Nboost | |
| Narchive | |
| Nserialization | |
| Ntuples | |
| Neos | |
| ▼Nqx | Root namespace for all QxOrm library features |
| ▼Ncache | Provide basic thread-safe cache feature to backup and restore any kind of objects (for example, object fetched from database) |
| Ndetail | Internal helper tools for qx::cache namespace |
| ▼Ncvt | Provide global functions to convert any kind of objects to/from QString and QVariant format |
| ▼Ndetail | Internal helper tools for qx::cvt namespace |
| Nhelper | |
| ▼Ndao | Database communication used by persistence engine (ORM - Object Relational Mapping) |
| Ndetail | Internal helper tools for qx::dao namespace |
| Nhelper | |
| Nthrowable | Same functions as qx::dao namespace, but throw a qx::dao::sql_error exception when a SQL error occurred (instead of returning a QSqlError instance) |
| Nforeach | Foreach-style (based on BOOST_FOREACH macro) to iterate over all stl, boost and Qt containers + qx::QxCollection<Key, Value> QxOrm library container |
| ▼Nfunction | Register function into QxOrm context used by introspection engine |
| Ndetail | Internal helper tools for qx::function namespace |
| Nmemory | QxOrm library memory leak detection (by Wu Yongwei) |
| ▼Nmodel_view | |
| Ndetail | |
| ▼Nserialization | QxOrm library serialization engine based on boost::serialization library |
| Nbinary | Serialize a class registered into QxOrm context into/from binary archive (file, string, etc.) : enable this feature defining _QX_ENABLE_BOOST_SERIALIZATION and _QX_ENABLE_BOOST_SERIALIZATION_BINARY compilation options in QxOrm.pri configuration file |
| Ndetail | Internal helper tools for qx::serialization namespace |
| Nhelper | |
| Njson | Serialize a class registered into QxOrm context using Qt QJson serialization engine (this feature requires Qt5) |
| Npolymorphic_binary | Serialize a class registered into QxOrm context into/from polymorphic_binary archive (file, string, etc.) : enable this feature defining _QX_ENABLE_BOOST_SERIALIZATION and _QX_ENABLE_BOOST_SERIALIZATION_POLYMORPHIC compilation options in QxOrm.pri configuration file |
| Npolymorphic_text | Serialize a class registered into QxOrm context into/from polymorphic_text archive (file, string, etc.) : enable this feature defining _QX_ENABLE_BOOST_SERIALIZATION and _QX_ENABLE_BOOST_SERIALIZATION_POLYMORPHIC compilation options in QxOrm.pri configuration file |
| Npolymorphic_xml | Serialize a class registered into QxOrm context into/from polymorphic_xml archive (file, string, etc.) : enable this feature defining _QX_ENABLE_BOOST_SERIALIZATION and _QX_ENABLE_BOOST_SERIALIZATION_POLYMORPHIC compilation options in QxOrm.pri configuration file |
| Nportable_binary | Serialize a class registered into QxOrm context into/from portable_binary archive (file, string, etc.) : enable this feature defining _QX_ENABLE_BOOST_SERIALIZATION and _QX_ENABLE_BOOST_SERIALIZATION_PORTABLE_BINARY compilation options in QxOrm.pri configuration file |
| Nqt | Serialize a class registered into QxOrm context using Qt QDataStream serialization engine |
| Ntext | Serialize a class registered into QxOrm context into/from text archive (file, string, etc.) : enable this feature defining _QX_ENABLE_BOOST_SERIALIZATION and _QX_ENABLE_BOOST_SERIALIZATION_TEXT compilation options in QxOrm.pri configuration file |
| ▼Nwide | QxOrm library serialization engine for wide archive |
| Nbinary | Serialize a class registered into QxOrm context into/from wide binary archive (file, string, etc.) : enable this feature defining _QX_ENABLE_BOOST_SERIALIZATION and _QX_ENABLE_BOOST_SERIALIZATION_WIDE_BINARY compilation options in QxOrm.pri configuration file |
| Ntext | Serialize a class registered into QxOrm context into/from wide text archive (file, string, etc.) : enable this feature defining _QX_ENABLE_BOOST_SERIALIZATION and _QX_ENABLE_BOOST_SERIALIZATION_WIDE_TEXT compilation options in QxOrm.pri configuration file |
| Nxml | Serialize a class registered into QxOrm context into/from wide XML archive (file, string, etc.) : enable this feature defining _QX_ENABLE_BOOST_SERIALIZATION and _QX_ENABLE_BOOST_SERIALIZATION_WIDE_XML compilation options in QxOrm.pri configuration file |
| Nxml | Serialize a class registered into QxOrm context into/from XML archive (file, string, etc.) : enable this feature defining _QX_ENABLE_BOOST_SERIALIZATION and _QX_ENABLE_BOOST_SERIALIZATION_XML compilation options in QxOrm.pri configuration file |
| Nservice | QxOrm library services engine to provide easy and powerful way to create C++ application server (to transfer data over network) |
| ▼Ntrait | QxOrm library traits (template metaprogramming) not available in boost::type_traits library |
| Ndetail | Internal helper tools for qx::trait namespace |
| ▼Nvalidator | |
| Ndetail | |
| Nstd |