Monero
Public Member Functions | Public Attributes | List of all members
epee::serialization::get_next_value_visitor< to_type > Struct Template Reference

#include <portable_storage.h>

Inheritance diagram for epee::serialization::get_next_value_visitor< to_type >:
Inheritance graph
[legend]
Collaboration diagram for epee::serialization::get_next_value_visitor< to_type >:
Collaboration graph
[legend]

Public Member Functions

 get_next_value_visitor (to_type &target)
 
template<class from_type >
bool operator() (const array_entry_t< from_type > &a)
 

Public Attributes

to_type & m_target
 

Constructor & Destructor Documentation

◆ get_next_value_visitor()

template<class to_type>
epee::serialization::get_next_value_visitor< to_type >::get_next_value_visitor ( to_type &  target)
inline

Member Function Documentation

◆ operator()()

template<class to_type>
template<class from_type >
bool epee::serialization::get_next_value_visitor< to_type >::operator() ( const array_entry_t< from_type > &  a)
inline

Member Data Documentation

◆ m_target

template<class to_type>
to_type& epee::serialization::get_next_value_visitor< to_type >::m_target

The documentation for this struct was generated from the following file: