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