BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::protocol::graphene_extension_unpack_visitor< Stream, T > Struct Template Reference

#include <ext.hpp>

Public Member Functions

 graphene_extension_unpack_visitor (Stream &s, T &v, uint32_t _max_depth)
 
void maybe_read_next_which () const
 
template<typename Member , class Class , Member Class::* member>
void operator() (const char *name) const
 

Public Attributes

uint32_t which = 0
 
uint32_t next_which = 0
 
uint32_t count_left = 0
 
Stream & stream
 
T & value
 
const uint32_t max_depth
 

Detailed Description

template<typename Stream, typename T>
struct graphene::protocol::graphene_extension_unpack_visitor< Stream, T >

Definition at line 86 of file ext.hpp.

Constructor & Destructor Documentation

◆ graphene_extension_unpack_visitor()

template<typename Stream , typename T >
graphene::protocol::graphene_extension_unpack_visitor< Stream, T >::graphene_extension_unpack_visitor ( Stream &  s,
T &  v,
uint32_t  _max_depth 
)
inline

Definition at line 88 of file ext.hpp.

Member Function Documentation

◆ maybe_read_next_which()

template<typename Stream , typename T >
void graphene::protocol::graphene_extension_unpack_visitor< Stream, T >::maybe_read_next_which ( ) const
inline

Definition at line 98 of file ext.hpp.

◆ operator()()

template<typename Stream , typename T >
template<typename Member , class Class , Member Class::* member>
void graphene::protocol::graphene_extension_unpack_visitor< Stream, T >::operator() ( const char *  name) const
inline

Definition at line 109 of file ext.hpp.

Member Data Documentation

◆ count_left

template<typename Stream , typename T >
uint32_t graphene::protocol::graphene_extension_unpack_visitor< Stream, T >::count_left = 0
mutable

Definition at line 126 of file ext.hpp.

◆ max_depth

template<typename Stream , typename T >
const uint32_t graphene::protocol::graphene_extension_unpack_visitor< Stream, T >::max_depth

Definition at line 130 of file ext.hpp.

◆ next_which

template<typename Stream , typename T >
uint32_t graphene::protocol::graphene_extension_unpack_visitor< Stream, T >::next_which = 0
mutable

Definition at line 125 of file ext.hpp.

◆ stream

template<typename Stream , typename T >
Stream& graphene::protocol::graphene_extension_unpack_visitor< Stream, T >::stream

Definition at line 128 of file ext.hpp.

◆ value

template<typename Stream , typename T >
T& graphene::protocol::graphene_extension_unpack_visitor< Stream, T >::value

Definition at line 129 of file ext.hpp.

◆ which

template<typename Stream , typename T >
uint32_t graphene::protocol::graphene_extension_unpack_visitor< Stream, T >::which = 0
mutable

Definition at line 124 of file ext.hpp.


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