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_pack_read_visitor< Stream, T > Struct Template Reference

#include <ext.hpp>

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Definition at line 59 of file ext.hpp.

Constructor & Destructor Documentation

◆ graphene_extension_pack_read_visitor()

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

Definition at line 61 of file ext.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 68 of file ext.hpp.

Member Data Documentation

◆ max_depth

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

Definition at line 81 of file ext.hpp.

◆ stream

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

Definition at line 78 of file ext.hpp.

◆ value

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

Definition at line 79 of file ext.hpp.

◆ which

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

Definition at line 80 of file ext.hpp.


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