Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
real128.hpp File Reference
#include <fc/uint128.hpp>
Include dependency graph for real128.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ FC_REAL128_PRECISION

#define FC_REAL128_PRECISION   (uint64_t(1000000) * uint64_t(1000000) * uint64_t(1000000))

Definition at line 4 of file real128.hpp.