![]() |
QxOrm
1.5.0
C++ Object Relational Mapping library
|
#include <generic_container.h>
Static Public Member Functions | |
| 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) |
Definition at line 403 of file generic_container.h.
| static type_iterator qx::trait::generic_container< qx::QxCollection< Key, Value > >::begin | ( | qx::QxCollection< Key, Value > & | t, |
| type_item & | item | ||
| ) | [inline, static] |
Definition at line 415 of file generic_container.h.
| static void qx::trait::generic_container< qx::QxCollection< Key, Value > >::clear | ( | qx::QxCollection< Key, Value > & | t | ) | [inline, static] |
Definition at line 409 of file generic_container.h.
| static type_item qx::trait::generic_container< qx::QxCollection< Key, Value > >::createItem | ( | ) | [inline, static] |
Definition at line 411 of file generic_container.h.
| static type_iterator qx::trait::generic_container< qx::QxCollection< Key, Value > >::end | ( | qx::QxCollection< Key, Value > & | t | ) | [inline, static] |
Definition at line 413 of file generic_container.h.
| static Value* qx::trait::generic_container< qx::QxCollection< Key, Value > >::insertItem | ( | qx::QxCollection< Key, Value > & | t, |
| type_item & | item | ||
| ) | [inline, static] |
Definition at line 412 of file generic_container.h.
| static type_iterator qx::trait::generic_container< qx::QxCollection< Key, Value > >::next | ( | qx::QxCollection< Key, Value > & | t, |
| type_iterator | itr, | ||
| type_item & | item | ||
| ) | [inline, static] |
Definition at line 418 of file generic_container.h.
| static void qx::trait::generic_container< qx::QxCollection< Key, Value > >::reserve | ( | qx::QxCollection< Key, Value > & | t, |
| long | l | ||
| ) | [inline, static] |
Definition at line 410 of file generic_container.h.
| static long qx::trait::generic_container< qx::QxCollection< Key, Value > >::size | ( | const qx::QxCollection< Key, Value > & | t | ) | [inline, static] |
Definition at line 408 of file generic_container.h.