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::pack_static_variant< Stream > Struct Template Reference

#include <raw.hpp>

Public Types

typedef void result_type
 

Public Member Functions

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

Public Attributes

Stream & stream
 
const uint32_t max_depth
 

Detailed Description

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

Definition at line 843 of file raw.hpp.

Member Typedef Documentation

◆ result_type

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

Definition at line 852 of file raw.hpp.

Constructor & Destructor Documentation

◆ pack_static_variant()

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

Definition at line 847 of file raw.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 853 of file raw.hpp.

Member Data Documentation

◆ max_depth

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

Definition at line 846 of file raw.hpp.

◆ stream

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

Definition at line 845 of file raw.hpp.


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