|
Common ODB Runtime Library
|
Public Types | |
| typedef std::list< V, A > | container_type |
| typedef V | value_type |
| typedef container_type::size_type | index_type |
| typedef ordered_functions < index_type, value_type > | functions |
Static Public Member Functions | |
| static void | persist (const container_type &c, const functions &f) |
| static void | load (container_type &c, bool more, const functions &f) |
| static void | update (const container_type &c, const functions &f) |
| static void | erase (const functions &f) |
Static Public Attributes | |
| static const container_kind | kind = ck_ordered |
| static const bool | smart = false |
| typedef std::list<V, A> odb::access::container_traits< std::list< V, A > >::container_type |
| typedef V odb::access::container_traits< std::list< V, A > >::value_type |
| typedef container_type::size_type odb::access::container_traits< std::list< V, A > >::index_type |
| typedef ordered_functions<index_type, value_type> odb::access::container_traits< std::list< V, A > >::functions |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |
1.8.7