QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
QxCommon Directory Reference

Files

 QxAny.h
 qx::any : basic implementation of boost::any (written by Kevlin Henney) when boost dependency is not available
 
 QxAnyCastDynamic.h
 qx::any_cast_dynamic<T>::get() : provides a tool to use qx::any_cast and polymorphism
 
 QxBool.h
 qx_bool : QxOrm library boolean type with code and description message when an error occured
 
 QxCache.h
 qx::cache : based on singleton pattern, provide basic thread-safe cache feature to backup and restore any kind of objects (for example, object fetched from database)
 
 QxConfig.h
 List of parameters to compile and build QxOrm library.
 
 QxException.h
 Exception with error code and error description.
 
 QxExceptionCode.h
 Some errors codes defined by QxOrm library.
 
 QxHashValue.h
 Specialize hash_value function for some Qt and boost types (used for example by qx::QxCollection<Key, Value> container)
 
 QxMacro.h
 List of common macros used by QxOrm library.
 
 QxMainPage.h
 
 QxPropertyBag.h
 Used by introspection engine (IxClass, IxDataMember, IxFunction, etc.) to add meta-data (property bag)
 
 QxSimpleCrypt.h
 qx::QxSimpleCrypt : simple encryption and decryption of strings and byte arrays