Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Functions | Variables
Common.cpp File Reference
#include "Common.h"
#include "Exceptions.h"
#include "Log.h"
#include "BuildInfo.h"
Include dependency graph for Common.cpp:

Go to the source code of this file.

Classes

struct  dev::TimerChannel
 

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 

Functions

uint64_t dev::utcTime ()
 Get the current time in seconds since the epoch in UTC. More...
 
string dev::inUnits (bigint const &_b, strings const &_units)
 Converts given int to a string and appends one of a series of units according to its size. More...
 

Variables

char const * dev::Version = ETH_PROJECT_VERSION
 
const u256 dev::Invalid256 = ~(u256)0