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

Go to the source code of this file.

Classes

class  fc::uint128
 an implementation of 128 bit unsigned integer More...
 
struct  std::hash< fc::uint128 >
 

Namespaces

namespace  fc
 namespace sysio::chain
 
namespace  fc::raw
 
namespace  std
 

Functions

void fc::to_variant (const uint128 &var, variant &vo)
 
void fc::from_variant (const variant &var, uint128 &vo)
 
template<typename Stream >
void fc::raw::pack (Stream &s, const uint128 &u)
 
template<typename Stream >
void fc::raw::unpack (Stream &s, uint128 &u)
 
size_t fc::city_hash_size_t (const char *buf, size_t len)