![]() |
QxOrm 1.1.9
C++ Object Relational Mapping library
|
QxOrm container (keep insertion order + quick access by index + quick access by key) More...
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/random_access_index.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/type_traits/is_pointer.hpp>
#include <QtCore/qpair.h>
#include <QxCollection/IxCollection.h>
#include <QxCollection/QxForeach.h>
#include <QxCommon/QxHashValue.h>
#include <QxTraits/get_class_name.h>
#include <QxTraits/is_smart_ptr.h>
#include "../../inl/QxCollection/QxCollection.inl"
Go to the source code of this file.
Classes | |
class | qx::QxCollection< Key, Value > |
qx::QxCollection<Key, Value> : QxOrm container (keep insertion order + quick access by index + quick access by key) More... | |
struct | qx::QxCollection< Key, Value >::compareKeyValue< bIsPointer, dummy > |
struct | qx::QxCollection< Key, Value >::compareKeyValue< true, dummy > |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. |
QxOrm container (keep insertion order + quick access by index + quick access by key)
Definition in file QxCollection.h.