Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
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)
 
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 341 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 )
inline

Definition at line 342 of file raw.hpp.

343 :c(_c),s(_s){}

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 346 of file raw.hpp.

346 {
347 fc::raw::pack( s, c.*p );
348 }
const mie::Vuint & p
Definition bn.cpp:27
void pack(Stream &s, const std::deque< T > &value)
Definition raw.hpp:531
Here is the call graph for this function:

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