|
static long | size (const qx::QxCollection< Key, Value > &t) |
|
static void | clear (qx::QxCollection< Key, Value > &t) |
|
static void | reserve (qx::QxCollection< Key, Value > &t, long l) |
|
static type_item | createItem () |
|
static Value * | insertItem (qx::QxCollection< Key, Value > &t, type_item &item) |
|
static type_iterator | end (qx::QxCollection< Key, Value > &t) |
|
static type_iterator | begin (qx::QxCollection< Key, Value > &t, type_item &item) |
|
static type_iterator | next (qx::QxCollection< Key, Value > &t, type_iterator itr, type_item &item) |
|
template<typename Key, typename Value>
struct qx::trait::generic_container< qx::QxCollection< Key, Value > >
Definition at line 403 of file generic_container.h.