Monero
Classes | Namespaces | Macros | Functions
portable_storage_from_bin.h File Reference
#include "misc_language.h"
#include "misc_log_ex.h"
#include "portable_storage_base.h"
#include "portable_storage_bin_utils.h"
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

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

Macros

#define MONERO_DEFAULT_LOG_CATEGORY   "serialization"
 
#define EPEE_PORTABLE_STORAGE_RECURSION_LIMIT_INTERNAL   100
 
#define RECURSION_LIMITATION()   recursuion_limitation_guard rl(m_recursion_count)
 

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 ( )    recursuion_limitation_guard rl(m_recursion_count)