|
Common ODB Runtime Library
|
Public Types | |
| typedef std::array< V, N > | 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::array<V, N> odb::access::container_traits< std::array< V, N > >::container_type |
| typedef V odb::access::container_traits< std::array< V, N > >::value_type |
| typedef container_type::size_type odb::access::container_traits< std::array< V, N > >::index_type |
| typedef ordered_functions<index_type, value_type> odb::access::container_traits< std::array< V, N > >::functions |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |
1.8.7