Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Macros
ClientBase.h File Reference
#include <chrono>
#include "Interface.h"
#include "LogFilter.h"
#include "TransactionQueue.h"
#include "Block.h"
#include "CommonNet.h"
Include dependency graph for ClientBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dev::eth::InstalledFilter
 
struct  dev::eth::ClientWatch
 
struct  dev::eth::WatchChannel
 
struct  dev::eth::WorkInChannel
 
struct  dev::eth::WorkOutChannel
 
struct  dev::eth::WorkChannel
 
class  dev::eth::ClientBase
 

Namespaces

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

Macros

#define cwatch   LogOutputStream<WatchChannel, true>()
 
#define cwork   LogOutputStream<WorkChannel, true>()
 
#define cworkin   LogOutputStream<WorkInChannel, true>()
 
#define cworkout   LogOutputStream<WorkOutChannel, true>()
 

Detailed Description

Author
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Marek Kotewicz marek.nosp@m.@eth.nosp@m.dev.c.nosp@m.om
Date
2015

Definition in file ClientBase.h.

Macro Definition Documentation

#define cwatch   LogOutputStream<WatchChannel, true>()

Definition at line 68 of file ClientBase.h.

#define cwork   LogOutputStream<WorkChannel, true>()

Definition at line 72 of file ClientBase.h.

#define cworkin   LogOutputStream<WorkInChannel, true>()

Definition at line 73 of file ClientBase.h.

#define cworkout   LogOutputStream<WorkOutChannel, true>()

Definition at line 74 of file ClientBase.h.