BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <fc/io/varint.hpp>
#include <fc/io/raw_fwd.hpp>
#include <fc/reflect/reflect.hpp>
#include <fc/exception/exception.hpp>
Go to the source code of this file.
Namespaces | |
graphene | |
graphene::protocol | |
fc | |
fc::raw | |
Functions | |
template<typename T > | |
void | fc::from_variant (const fc::variant &var, graphene::protocol::extension< T > &value, uint32_t max_depth) |
template<typename T > | |
void | fc::to_variant (const graphene::protocol::extension< T > &value, fc::variant &var, uint32_t max_depth) |
template<typename Stream , typename T > | |
void | fc::raw::pack (Stream &stream, const graphene::protocol::extension< T > &value, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
template<typename Stream , typename T > | |
void | fc::raw::unpack (Stream &s, graphene::protocol::extension< T > &value, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |