|
Monero
|
#include <portable_storage_base.h>

Public Member Functions | |
| array_entry_t () | |
| array_entry_t (const array_entry_t &other) | |
| array_entry_t & | operator= (const array_entry_t &other) |
| const t_entry_type * | get_first_val () const |
| t_entry_type * | get_first_val () |
| const t_entry_type * | get_next_val () const |
| t_entry_type * | get_next_val () |
| t_entry_type & | insert_first_val (t_entry_type &&v) |
| t_entry_type & | insert_next_value (t_entry_type &&v) |
| void | reserve (size_t n) |
Public Attributes | |
| entry_container< t_entry_type >::type | m_array |
| entry_container< t_entry_type >::type::const_iterator | m_it |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| entry_container<t_entry_type>::type epee::serialization::array_entry_t< t_entry_type >::m_array |
|
mutable |