Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Macros | Functions
Common.h File Reference
#include <string>
#include <json/json.h>
#include <libdevcore/Log.h>
Include dependency graph for Common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dev::test::TestChannel
 

Namespaces

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

Macros

#define ctest   dev::LogOutputStream<dev::test::TestChannel, true>()
 

Functions

std::string dev::test::getTestPath ()
 
int dev::test::randomNumber ()
 
Json::Value dev::test::loadJsonFromFile (std::string const &_path)
 
std::string dev::test::toTestFilePath (std::string const &_filename)
 
std::string dev::test::getFolder (std::string const &_file)
 
std::string dev::test::getRandomPath ()
 

Macro Definition Documentation

#define ctest   dev::LogOutputStream<dev::test::TestChannel, true>()

Definition at line 34 of file Common.h.