Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
varint.hpp File Reference
#include <stdint.h>
#include <unordered_map>
Include dependency graph for varint.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fc::unsigned_int
 
struct  fc::signed_int
 serializes a 32 bit signed interger in as few bytes as possible More...
 
struct  std::hash< fc::signed_int >
 
struct  std::hash< fc::unsigned_int >
 

Namespaces

namespace  fc
 namespace sysio::chain
 
namespace  std
 

Functions

void fc::to_variant (const signed_int &var, variant &vo)
 
void fc::from_variant (const variant &var, signed_int &vo)
 
void fc::to_variant (const unsigned_int &var, variant &vo)
 
void fc::from_variant (const variant &var, unsigned_int &vo)