Go to the source code of this file.
|
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) |
|