![]() |
QxOrm 1.4.9
C++ Object Relational Mapping library
|
#include <generic_container.h>
Additional Inherited Members | |
Static Public Member Functions inherited from qx::trait::detail::generic_container_base_key_value_std_style< boost::unordered_map< Key, Value >, Key, Value > | |
| static long | size (const boost::unordered_map< Key, Value > &t) |
| static void | clear (boost::unordered_map< Key, Value > &t) |
| static void | reserve (boost::unordered_map< Key, Value > &t, long l) |
| static type_item | createItem () |
| static Value * | insertItem (boost::unordered_map< Key, Value > &t, type_item &item) |
| static type_iterator | end (boost::unordered_map< Key, Value > &t) |
| static type_iterator | begin (boost::unordered_map< Key, Value > &t, type_item &item) |
| static type_iterator | next (boost::unordered_map< Key, Value > &t, type_iterator itr, type_item &item) |
Definition at line 331 of file generic_container.h.