|
Electroneum
|
#include <portable_storage_to_bin.h>


Public Member Functions | |
| storage_entry_store_visitor (t_stream &strm) | |
| template<class pod_type > | |
| bool | pack_pod_type (uint8_t type, const pod_type &v) |
| bool | operator() (const uint64_t &v) |
| bool | operator() (const uint32_t &v) |
| bool | operator() (const uint16_t &v) |
| bool | operator() (const uint8_t &v) |
| bool | operator() (const int64_t &v) |
| bool | operator() (const int32_t &v) |
| bool | operator() (const int16_t &v) |
| bool | operator() (const int8_t &v) |
| bool | operator() (const double &v) |
| bool | operator() (const bool &v) |
| bool | operator() (const std::string &v) |
| bool | operator() (const section &v) |
| bool | operator() (const array_entry &v) |
Public Attributes | |
| t_stream & | m_strm |
Definition at line 142 of file portable_storage_to_bin.h.
|
inline |
Definition at line 145 of file portable_storage_to_bin.h.
|
inline |
Definition at line 154 of file portable_storage_to_bin.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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