Scorum
|
Namespaces | |
rpc | |
Classes | |
struct | from_operation |
struct | get_operation_name |
Functions | |
template<> | |
void | to_variant (const game_type &game, fc::variant &var) |
template<> | |
void | from_variant (const fc::variant &var, game_type &game) |
void | to_variant (const scorum::protocol::game_status &m, fc::variant &variant) |
template<> | |
void | to_variant (const wincase_type &wincase, fc::variant &var) |
template<> | |
void | from_variant (const fc::variant &var, wincase_type &wincase) |
template<> | |
void | to_variant (const market_type &market, fc::variant &var) |
template<> | |
void | from_variant (const fc::variant &var, market_type &market) |
void | to_variant (const scorum::protocol::market_kind &m, fc::variant &variant) |
void | to_variant (const scorum::protocol::asset &var, fc::variant &vo) |
void | from_variant (const fc::variant &var, scorum::protocol::asset &vo) |
void | to_variant (const scorum::protocol::odds &var, fc::variant &vo) |
void | from_variant (const fc::variant &var, scorum::protocol::odds &vo) |
std::string | name_from_type (const std::string &type_name) |
void | to_variant (const scorum::protocol::public_key_type &var, fc::variant &vo) |
void | from_variant (const fc::variant &var, scorum::protocol::public_key_type &vo) |
void | to_variant (const scorum::protocol::extended_public_key_type &var, fc::variant &vo) |
void | from_variant (const fc::variant &var, scorum::protocol::extended_public_key_type &vo) |
void | to_variant (const scorum::protocol::extended_private_key_type &var, fc::variant &vo) |
void | from_variant (const fc::variant &var, scorum::protocol::extended_private_key_type &vo) |
void | to_variant (const boost::uuids::uuid &, fc::variant &) |
void | from_variant (const fc::variant &, boost::uuids::uuid &) |
void | to_variant (const scorum::protocol::version &v, variant &var) |
void | from_variant (const variant &var, scorum::protocol::version &v) |
void | to_variant (const scorum::protocol::hardfork_version &hv, variant &var) |
void | from_variant (const variant &var, scorum::protocol::hardfork_version &hv) |
void fc::from_variant | ( | const fc::variant & | var, |
boost::uuids::uuid & | id | ||
) |
void fc::from_variant | ( | const fc::variant & | var, |
game_type & | game | ||
) |
void fc::from_variant | ( | const fc::variant & | var, |
market_type & | market | ||
) |
Definition at line 120 of file market.cpp.
|
inline |
void fc::from_variant | ( | const fc::variant & | var, |
scorum::protocol::extended_private_key_type & | vo | ||
) |
void fc::from_variant | ( | const fc::variant & | var, |
scorum::protocol::extended_public_key_type & | vo | ||
) |
void fc::from_variant | ( | const fc::variant & | var, |
scorum::protocol::odds & | vo | ||
) |
void fc::from_variant | ( | const fc::variant & | var, |
scorum::protocol::public_key_type & | vo | ||
) |
void fc::from_variant | ( | const fc::variant & | var, |
wincase_type & | wincase | ||
) |
Definition at line 111 of file market.cpp.
void fc::from_variant | ( | const variant & | var, |
scorum::protocol::hardfork_version & | hv | ||
) |
Definition at line 75 of file version.cpp.
void fc::from_variant | ( | const variant & | var, |
scorum::protocol::version & | v | ||
) |
Definition at line 51 of file version.cpp.
std::string fc::name_from_type | ( | const std::string & | type_name | ) |
Definition at line 5 of file operation_util_impl.cpp.
void fc::to_variant | ( | const boost::uuids::uuid & | id, |
fc::variant & | var | ||
) |
void fc::to_variant | ( | const game_type & | game, |
fc::variant & | var | ||
) |
void fc::to_variant | ( | const market_type & | market, |
fc::variant & | var | ||
) |
Definition at line 116 of file market.cpp.
|
inline |
void fc::to_variant | ( | const scorum::protocol::extended_private_key_type & | var, |
fc::variant & | vo | ||
) |
void fc::to_variant | ( | const scorum::protocol::extended_public_key_type & | var, |
fc::variant & | vo | ||
) |
void fc::to_variant | ( | const scorum::protocol::game_status & | m, |
fc::variant & | variant | ||
) |
Definition at line 5 of file game_status.cpp.
void fc::to_variant | ( | const scorum::protocol::hardfork_version & | hv, |
variant & | var | ||
) |
Definition at line 70 of file version.cpp.
void fc::to_variant | ( | const scorum::protocol::market_kind & | m, |
fc::variant & | variant | ||
) |
Definition at line 5 of file market_kind.cpp.
void fc::to_variant | ( | const scorum::protocol::odds & | var, |
fc::variant & | vo | ||
) |
void fc::to_variant | ( | const scorum::protocol::public_key_type & | var, |
fc::variant & | vo | ||
) |
void fc::to_variant | ( | const scorum::protocol::version & | v, |
variant & | var | ||
) |
Definition at line 46 of file version.cpp.
void fc::to_variant | ( | const wincase_type & | wincase, |
fc::variant & | var | ||
) |
Definition at line 107 of file market.cpp.