Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Functions
uint256.h File Reference
#include <assert.h>
#include <cstring>
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <vector>
#include <crypto/common.h>
#include <libdevcore/Common.h>
#include <libdevcore/CommonData.h>
#include <libdevcore/FixedHash.h>
Include dependency graph for uint256.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  base_blob< BITS >
 Template base class for fixed-sized opaque blobs. More...
 
class  uint160
 160-bit opaque blob. More...
 
class  uint256
 256-bit opaque blob. More...
 

Functions

uint256 uint256S (const char *str)
 
uint256 uint256S (const std::string &str)
 
dev::h256 uintToh256 (const uint256 &in)
 
uint256 h256Touint (const dev::h256 &in)
 
dev::u256 uintTou256 (const uint256 &in)
 
uint256 u256Touint (const dev::u256 &in)
 

Function Documentation

uint256 h256Touint ( const dev::h256 in)
inline

Definition at line 178 of file uint256.h.

Here is the call graph for this function:

Here is the caller graph for this function:

uint256 u256Touint ( const dev::u256 in)
inline

Definition at line 191 of file uint256.h.

Here is the caller graph for this function:

uint256 uint256S ( const char *  str)
inline

Definition at line 153 of file uint256.h.

Here is the call graph for this function:

Here is the caller graph for this function:

uint256 uint256S ( const std::string &  str)
inline

Definition at line 163 of file uint256.h.

Here is the call graph for this function:

dev::h256 uintToh256 ( const uint256 in)
inline

Definition at line 171 of file uint256.h.

Here is the call graph for this function:

Here is the caller graph for this function:

dev::u256 uintTou256 ( const uint256 in)
inline

Definition at line 184 of file uint256.h.

Here is the call graph for this function:

Here is the caller graph for this function: