![]() |
QxOrm 1.4.9
C++ Object Relational Mapping library
|
#include <generic_container.h>
Additional Inherited Members | |
![]() | |
static long | size (const std::map< Key, Value > &t) |
static void | clear (std::map< Key, Value > &t) |
static void | reserve (std::map< Key, Value > &t, long l) |
static type_item | createItem () |
static Value * | insertItem (std::map< Key, Value > &t, type_item &item) |
static type_iterator | end (std::map< Key, Value > &t) |
static type_iterator | begin (std::map< Key, Value > &t, type_item &item) |
static type_iterator | next (std::map< Key, Value > &t, type_iterator itr, type_item &item) |
Definition at line 317 of file generic_container.h.