Wire Sysio Wire Sysion 1.0.0
|
#include <fc/exception/exception.hpp>
#include <sysio/chain/types.hpp>
#include <sysio/chain/core_symbol.hpp>
#include <string>
#include <functional>
Go to the source code of this file.
Classes | |
struct | sysio::chain::symbol_code |
class | sysio::chain::symbol |
struct | sysio::chain::extended_symbol |
Namespaces | |
namespace | sysio |
namespace | sysio::chain |
namespace | fc |
namespace sysio::chain | |
Macros | |
#define | SY(P, X) |
Functions | |
bool | sysio::chain::operator== (const symbol &lhs, const symbol &rhs) |
bool | sysio::chain::operator!= (const symbol &lhs, const symbol &rhs) |
bool | sysio::chain::operator< (const symbol &lhs, const symbol &rhs) |
bool | sysio::chain::operator> (const symbol &lhs, const symbol &rhs) |
void | fc::to_variant (const sysio::chain::symbol &var, fc::variant &vo) |
void | fc::from_variant (const fc::variant &var, sysio::chain::symbol &vo) |
void | fc::to_variant (const sysio::chain::symbol_code &var, fc::variant &vo) |
void | fc::from_variant (const fc::variant &var, sysio::chain::symbol_code &vo) |
Definition at line 34 of file symbol.hpp.