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