Wire Sysio Wire Sysion 1.0.0
|
#include <sysio/chain/name.hpp>
#include <sysio/chain/chain_id_type.hpp>
#include <chainbase/chainbase.hpp>
#include <fc/interprocess/container.hpp>
#include <fc/io/varint.hpp>
#include <fc/io/enum_type.hpp>
#include <fc/crypto/sha224.hpp>
#include <fc/safe.hpp>
#include <fc/container/flat.hpp>
#include <fc/string.hpp>
#include <fc/io/raw.hpp>
#include <fc/static_variant.hpp>
#include <fc/crypto/ripemd160.hpp>
#include <fc/fixed_string.hpp>
#include <fc/crypto/private_key.hpp>
#include <memory>
#include <vector>
#include <deque>
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | sysio::chain::void_t |
class | sysio::chain::shared_blob |
struct | sysio::chain::sha256_less |
class | sysio::chain::end_insert_iterator< Container > |
struct | sysio::chain::enum_hash< T > |
struct | sysio::chain::detail::extract_match |
struct | sysio::chain::detail::decompose<> |
struct | sysio::chain::detail::decompose< T, Rest... > |
struct | sysio::chain::detail::is_any_of< T, Ts > |
struct | sysio::chain::overloaded< Ts > |
Namespaces | |
namespace | sysio |
namespace | sysio::chain |
namespace | sysio::chain::detail |
namespace | chainbase |
Macros | |
#define | OBJECT_CTOR1(NAME) |
#define | OBJECT_CTOR2_MACRO(x, y, field) |
#define | OBJECT_CTOR2(NAME, FIELDS) |
#define | OBJECT_CTOR(...) |
#define | _V(n, v) |
Functions | |
auto | sysio::chain::emplace_extension (extensions_type &exts, uint16_t eid, vector< char > &&data) |
template<typename Container > | |
end_insert_iterator< Container > | sysio::chain::end_inserter (Container &c) |
template<class... Ts> | |
sysio::chain::overloaded (Ts...) -> overloaded< Ts... > | |
template<typename DataStream > | |
DataStream & | chainbase::operator<< (DataStream &s, const chainbase::shared_cow_string &v) |
template<typename DataStream > | |
DataStream & | chainbase::operator>> (DataStream &s, chainbase::shared_cow_string &v) |
Variables | |
template<typename T , typename ... Ts> | |
constexpr bool | sysio::chain::detail::is_any_of_v = is_any_of<T, Ts...>::value |
#define _V | ( | n, | |
v ) |
#define OBJECT_CTOR | ( | ... | ) |
#define OBJECT_CTOR1 | ( | NAME | ) |
Definition at line 25 of file types.hpp.
#define OBJECT_CTOR2 | ( | NAME, | |
FIELDS ) |
Definition at line 32 of file types.hpp.