![]() |
QxOrm
1.5.0
C++ Object Relational Mapping library
|
qx::trait::generic_container<T> : provide some tools to manage all containers without knowing its type More...
#include <QxTraits/is_smart_ptr.h>
#include <QxTraits/remove_attr.h>
#include <QxTraits/remove_smart_ptr.h>
#include <QxTraits/construct_ptr.h>
Go to the source code of this file.
qx::trait::generic_container<T> : provide some tools to manage all containers without knowing its type
Definition in file generic_container.h.
#define QX_TRAIT_GENERIC_CONTAINER_TYPEDEF | ( | TypeContainer, | |
TypeKey, | |||
TypeValue | |||
) |
typedef qx::trait::generic_container_item< TypeKey, TypeValue > type_item; \ typedef typename type_item::type_key type_key; \ typedef typename type_item::type_value type_value; \ typedef typename type_item::type_value_qx type_value_qx; \ typedef typename TypeContainer::iterator type_iterator;
Definition at line 123 of file generic_container.h.