Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
enum_type.hpp File Reference
#include <fc/reflect/reflect.hpp>
#include <fc/io/raw_fwd.hpp>
#include <fc/variant.hpp>
Include dependency graph for enum_type.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fc::enum_type< IntType, EnumType >
 

Namespaces

namespace  fc
 namespace sysio::chain
 
namespace  fc::raw
 

Functions

template<typename IntType , typename EnumType >
void fc::to_variant (const enum_type< IntType, EnumType > &var, variant &vo)
 
template<typename IntType , typename EnumType >
void fc::from_variant (const variant &var, enum_type< IntType, EnumType > &vo)
 
template<typename Stream , typename IntType , typename EnumType >
void fc::raw::pack (Stream &s, const fc::enum_type< IntType, EnumType > &tp)
 
template<typename Stream , typename IntType , typename EnumType >
void fc::raw::unpack (Stream &s, fc::enum_type< IntType, EnumType > &tp)