BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Types | Public Member Functions | Public Attributes | List of all members
fc::raw::unpack_static_variant< Stream > Struct Template Reference

#include <raw.hpp>

Public Types

typedef void result_type
 

Public Member Functions

 unpack_static_variant (Stream &s, uint32_t _max_depth)
 
template<typename T >
void operator() (T &v) const
 

Public Attributes

Stream & stream
 
const uint32_t max_depth
 

Detailed Description

template<typename Stream>
struct fc::raw::unpack_static_variant< Stream >

Definition at line 860 of file raw.hpp.

Member Typedef Documentation

◆ result_type

template<typename Stream >
typedef void fc::raw::unpack_static_variant< Stream >::result_type

Definition at line 869 of file raw.hpp.

Constructor & Destructor Documentation

◆ unpack_static_variant()

template<typename Stream >
fc::raw::unpack_static_variant< Stream >::unpack_static_variant ( Stream &  s,
uint32_t  _max_depth 
)
inline

Definition at line 864 of file raw.hpp.

Member Function Documentation

◆ operator()()

template<typename Stream >
template<typename T >
void fc::raw::unpack_static_variant< Stream >::operator() ( T &  v) const
inline

Definition at line 870 of file raw.hpp.

Member Data Documentation

◆ max_depth

template<typename Stream >
const uint32_t fc::raw::unpack_static_variant< Stream >::max_depth

Definition at line 863 of file raw.hpp.

◆ stream

template<typename Stream >
Stream& fc::raw::unpack_static_variant< Stream >::stream

Definition at line 862 of file raw.hpp.


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