Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::raw::detail::if_reflected< IsReflected > Struct Template Reference

#include <raw.hpp>

Static Public Member Functions

template<typename Stream , typename T >
static void pack (Stream &s, const T &v)
 
template<typename Stream , typename T >
static void unpack (Stream &s, T &v)
 

Detailed Description

template<typename IsReflected = fc::false_type>
struct fc::raw::detail::if_reflected< IsReflected >

Definition at line 415 of file raw.hpp.

Member Function Documentation

◆ pack()

template<typename IsReflected = fc::false_type>
template<typename Stream , typename T >
static void fc::raw::detail::if_reflected< IsReflected >::pack ( Stream & s,
const T & v )
inlinestatic

Definition at line 417 of file raw.hpp.

417 {
418 if_class<typename fc::is_class<T>::type>::pack(s,v);
419 }
static void pack(Stream &s, const T &v)
Definition raw.hpp:417
char * s
Here is the call graph for this function:
Here is the caller graph for this function:

◆ unpack()

template<typename IsReflected = fc::false_type>
template<typename Stream , typename T >
static void fc::raw::detail::if_reflected< IsReflected >::unpack ( Stream & s,
T & v )
inlinestatic

Definition at line 421 of file raw.hpp.

421 {
422 if_class<typename fc::is_class<T>::type>::unpack(s,v);
423 }
static void unpack(Stream &s, T &v)
Definition raw.hpp:421
Here is the call graph for this function:
Here is the caller graph for this function:

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