Wire Sysio Wire Sysion 1.0.0
|
#include <fc/exception/exception.hpp>
#include <fc/io/raw_fwd.hpp>
#include <fc/variant_object.hpp>
#include <fc/variant.hpp>
Go to the source code of this file.
Classes | |
class | fc::raw::variant_packer< Stream > |
Namespaces | |
namespace | fc |
namespace sysio::chain | |
namespace | fc::raw |
Functions | |
template<typename Stream > | |
void | fc::raw::pack (Stream &s, const variant &v) |
template<typename Stream > | |
void | fc::raw::unpack (Stream &s, variant &v) |
template<typename Stream > | |
void | fc::raw::pack (Stream &s, const variant_object &v) |
template<typename Stream > | |
void | fc::raw::unpack (Stream &s, variant_object &v) |