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

#include <raw.hpp>

Public Member Functions

 pack_object_visitor (const 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::pack_object_visitor< Stream, Class >

Definition at line 324 of file raw.hpp.

Constructor & Destructor Documentation

◆ pack_object_visitor()

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

Definition at line 325 of file raw.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 332 of file raw.hpp.


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