|
Common ODB Runtime Library
|
Public Types | |
| typedef K | key_type |
| typedef V | value_type |
Public Member Functions | |
| void | insert (const K &key, const V &value) const |
| bool | select (K &next_key, V &next_value) const |
| void | delete_ () const |
| map_functions (void *data) | |
Public Attributes | |
| void * | data_ |
| void(* | insert_ )(const K &, const V &, void *) |
| bool(* | select_ )(K &, V &, void *) |
| void(* | delete__ )(void *) |
| typedef K odb::map_functions< K, V >::key_type |
| typedef V odb::map_functions< K, V >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
| void* odb::map_functions< K, V >::data_ |
| void(* odb::map_functions< K, V >::insert_)(const K &, const V &, void *) |
| bool(* odb::map_functions< K, V >::select_)(K &, V &, void *) |
| void(* odb::map_functions< K, V >::delete__)(void *) |
1.8.7