Wire Sysio Wire Sysion 1.0.0
|
#include <fc/uint128.hpp>
Go to the source code of this file.
Classes | |
class | fc::real128 |
Namespaces | |
namespace | fc |
namespace sysio::chain | |
namespace | fc::raw |
Macros | |
#define | FC_REAL128_PRECISION (uint64_t(1000000) * uint64_t(1000000) * uint64_t(1000000)) |
Functions | |
void | fc::to_variant (const real128 &var, variant &vo) |
void | fc::from_variant (const variant &var, real128 &vo) |
template<typename Stream > | |
void | fc::raw::pack (Stream &s, const real128 &value_to_pack) |
template<typename Stream > | |
void | fc::raw::unpack (Stream &s, real128 &value_to_unpack) |
Definition at line 4 of file real128.hpp.