|
Electroneum
|
#include <portable_storage_to_bin.h>


Public Member Functions | |
| template<class t_pod_type > | |
| bool | pack_pod_array_type (uint8_t contained_type, const array_entry_t< t_pod_type > &arr_pod) |
| array_entry_store_visitor (t_stream &strm) | |
| bool | operator() (const array_entry_t< uint64_t > &v) |
| bool | operator() (const array_entry_t< uint32_t > &v) |
| bool | operator() (const array_entry_t< uint16_t > &v) |
| bool | operator() (const array_entry_t< uint8_t > &v) |
| bool | operator() (const array_entry_t< int64_t > &v) |
| bool | operator() (const array_entry_t< int32_t > &v) |
| bool | operator() (const array_entry_t< int16_t > &v) |
| bool | operator() (const array_entry_t< int8_t > &v) |
| bool | operator() (const array_entry_t< double > &v) |
| bool | operator() (const array_entry_t< bool > &v) |
| bool | operator() (const array_entry_t< std::string > &arr_str) |
| bool | operator() (const array_entry_t< section > &arr_sec) |
| bool | operator() (const array_entry_t< array_entry > &arra_ar) |
Public Attributes | |
| t_stream & | m_strm |
Definition at line 86 of file portable_storage_to_bin.h.
|
inline |
Definition at line 101 of file portable_storage_to_bin.h.
|
inline |
Definition at line 102 of file portable_storage_to_bin.h.

|
inline |
Definition at line 103 of file portable_storage_to_bin.h.

|
inline |
Definition at line 104 of file portable_storage_to_bin.h.

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

|
inline |
Definition at line 106 of file portable_storage_to_bin.h.

|
inline |
Definition at line 107 of file portable_storage_to_bin.h.

|
inline |
Definition at line 108 of file portable_storage_to_bin.h.

|
inline |
Definition at line 109 of file portable_storage_to_bin.h.

|
inline |
Definition at line 110 of file portable_storage_to_bin.h.

|
inline |
Definition at line 111 of file portable_storage_to_bin.h.

|
inline |
Definition at line 112 of file portable_storage_to_bin.h.

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

|
inline |
Definition at line 130 of file portable_storage_to_bin.h.

|
inline |
Definition at line 91 of file portable_storage_to_bin.h.


| t_stream& epee::serialization::array_entry_store_visitor< t_stream >::m_strm |
Definition at line 88 of file portable_storage_to_bin.h.