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

#include <raw.hpp>

Public Member Functions

 unpack_object_visitor (Class &_c, Stream &_s, uint32_t _max_depth)
 
template<typename T , typename C , TC::* p>
void operator() (const char *name) const
 

Detailed Description

template<typename Stream, typename Class>
struct fc::raw::detail::unpack_object_visitor< Stream, Class >

Definition at line 342 of file raw.hpp.

Constructor & Destructor Documentation

◆ unpack_object_visitor()

template<typename Stream , typename Class >
fc::raw::detail::unpack_object_visitor< Stream, Class >::unpack_object_visitor ( Class &  _c,
Stream &  _s,
uint32_t  _max_depth 
)
inline

Definition at line 343 of file raw.hpp.

Member Function Documentation

◆ operator()()

template<typename Stream , typename Class >
template<typename T , typename C , TC::* p>
void fc::raw::detail::unpack_object_visitor< Stream, Class >::operator() ( const char *  name) const
inline

Definition at line 349 of file raw.hpp.


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