Monero
Loading...
Searching...
No Matches
portable_storage_from_bin.h File Reference
Include dependency graph for portable_storage_from_bin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  epee::serialization::ps_min_bytes< T >
struct  epee::serialization::ps_min_bytes< uint64_t >
struct  epee::serialization::ps_min_bytes< int64_t >
struct  epee::serialization::ps_min_bytes< uint32_t >
struct  epee::serialization::ps_min_bytes< int32_t >
struct  epee::serialization::ps_min_bytes< uint16_t >
struct  epee::serialization::ps_min_bytes< int16_t >
struct  epee::serialization::ps_min_bytes< uint8_t >
struct  epee::serialization::ps_min_bytes< int8_t >
struct  epee::serialization::ps_min_bytes< double >
struct  epee::serialization::ps_min_bytes< bool >
struct  epee::serialization::ps_min_bytes< std::string >
struct  epee::serialization::ps_min_bytes< section >
struct  epee::serialization::ps_min_bytes< array_entry >
struct  epee::serialization::throwable_buffer_reader
struct  epee::serialization::throwable_buffer_reader::recursuion_limitation_guard

Namespaces

namespace  epee
 TODO: (mj-xmr) This will be reduced in an another PR.
namespace  epee::serialization

Macros

#define MONERO_DEFAULT_LOG_CATEGORY   "serialization"
#define EPEE_PORTABLE_STORAGE_RECURSION_LIMIT_INTERNAL   100
#define RECURSION_LIMITATION()

Functions

template<>
storage_entry epee::serialization::throwable_buffer_reader::read_se< std::string > ()

Macro Definition Documentation

◆ EPEE_PORTABLE_STORAGE_RECURSION_LIMIT_INTERNAL

#define EPEE_PORTABLE_STORAGE_RECURSION_LIMIT_INTERNAL   100

◆ MONERO_DEFAULT_LOG_CATEGORY

#define MONERO_DEFAULT_LOG_CATEGORY   "serialization"

◆ RECURSION_LIMITATION

#define RECURSION_LIMITATION ( )
Value:
recursuion_limitation_guard rl(m_recursion_count)