Electroneum
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::throwable_buffer_reader
 

Namespaces

 epee
 
 epee::serialization
 

Macros

#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

Definition at line 37 of file portable_storage_from_bin.h.

◆ RECURSION_LIMITATION

#define RECURSION_LIMITATION ( )    recursuion_limitation_guard rl(m_recursion_count)

Definition at line 78 of file portable_storage_from_bin.h.