QxOrm
1.5.0
C++ Object Relational Mapping library
|
Files | |
file | IxCollection.h [code] |
Common interface for all QxOrm containers qx::QxCollection<Key, Value> | |
file | QxCollection.h [code] |
QxOrm thread-safe container (keep insertion order + quick access by index + quick access by key) | |
file | QxCollectionIterator.h [code] |
Java-style iterator to iterate over a qx::QxCollection<Key, Value> container. | |
file | QxForeach.h [code] |
foreach-style (based on BOOST_FOREACH macro) to iterate over all stl, boost and Qt containers + qx::QxCollection<Key, Value> QxOrm library container |