|
Electroneum
|
#include <portable_storage_from_bin.h>
Public Member Functions | |
| throwable_buffer_reader (const void *ptr, size_t sz) | |
| void | read (void *target, size_t count) |
| void | read_sec_name (std::string &sce_name) |
| template<class t_pod_type> | |
| void | read (t_pod_type &pod_val) |
| template<class t_type> | |
| t_type | read () |
| template<class type_name> | |
| storage_entry | read_ae () |
| storage_entry | load_storage_array_entry (uint8_t type) |
| size_t | read_varint () |
| template<class t_type> | |
| storage_entry | read_se () |
| storage_entry | load_storage_entry () |
| void | read (section &sec) |
| void | read (std::string &str) |
| void | read (array_entry &ae) |
| template<> | |
| storage_entry | read_se () |
| template<> | |
| storage_entry | read_se () |
Definition at line 44 of file portable_storage_from_bin.h.
|
inline |
Definition at line 85 of file portable_storage_from_bin.h.
|
inline |
Definition at line 148 of file portable_storage_from_bin.h.


|
inline |
Definition at line 231 of file portable_storage_from_bin.h.


| t_type epee::serialization::throwable_buffer_reader::read | ( | ) |
Definition at line 123 of file portable_storage_from_bin.h.


|
inline |
Definition at line 285 of file portable_storage_from_bin.h.
|
inline |
Definition at line 259 of file portable_storage_from_bin.h.

|
inline |
Definition at line 273 of file portable_storage_from_bin.h.

| void epee::serialization::throwable_buffer_reader::read | ( | t_pod_type & | pod_val | ) |
Definition at line 115 of file portable_storage_from_bin.h.

|
inline |
Definition at line 96 of file portable_storage_from_bin.h.


| storage_entry epee::serialization::throwable_buffer_reader::read_ae | ( | ) |
Definition at line 133 of file portable_storage_from_bin.h.


|
inline |
Definition at line 221 of file portable_storage_from_bin.h.

|
inline |
Definition at line 210 of file portable_storage_from_bin.h.

| storage_entry epee::serialization::throwable_buffer_reader::read_se | ( | ) |
Definition at line 193 of file portable_storage_from_bin.h.


|
inline |
Definition at line 105 of file portable_storage_from_bin.h.


|
inline |
Definition at line 173 of file portable_storage_from_bin.h.

