|
Electroneum
|
#include <portable_storage_base.h>

Public Member Functions | |
| array_entry_t () | |
| array_entry_t (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 (const t_entry_type &v) |
| t_entry_type & | insert_next_value (const 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 |
Definition at line 82 of file portable_storage_base.h.
|
inline |
Definition at line 84 of file portable_storage_base.h.
|
inline |
Definition at line 85 of file portable_storage_base.h.
|
inline |
Definition at line 87 of file portable_storage_base.h.


|
inline |
Definition at line 93 of file portable_storage_base.h.

|
inline |
Definition at line 100 of file portable_storage_base.h.

|
inline |
Definition at line 107 of file portable_storage_base.h.
|
inline |
Definition at line 114 of file portable_storage_base.h.


|
inline |
Definition at line 121 of file portable_storage_base.h.

|
inline |
Definition at line 127 of file portable_storage_base.h.


| entry_container<t_entry_type>::type epee::serialization::array_entry_t< t_entry_type >::m_array |
Definition at line 132 of file portable_storage_base.h.
|
mutable |
Definition at line 133 of file portable_storage_base.h.