|
Monero
|
#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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| t_stream& epee::serialization::storage_entry_store_visitor< t_stream >::m_strm |