Fabcoin Core
0.16.2
P2P Digital Currency
|
#include "IpcServerBase.h"
#include <cstdlib>
#include <cstdio>
#include <string>
#include <libdevcore/Guards.h>
#include <libdevcore/Log.h>
Go to the source code of this file.
Classes | |
struct | IpcSendChannel |
struct | IpcReceiveChannel |
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
Macros | |
#define | cipcs dev::LogOutputStream<IpcSendChannel, true>() |
#define | cipcr dev::LogOutputStream<IpcReceiveChannel, true>() |
Variables | |
int const | c_bufferSize = 1024 |
Definition in file IpcServerBase.cpp.
#define cipcr dev::LogOutputStream<IpcReceiveChannel, true>() |
Definition at line 39 of file IpcServerBase.cpp.
#define cipcs dev::LogOutputStream<IpcSendChannel, true>() |
Definition at line 38 of file IpcServerBase.cpp.
int const c_bufferSize = 1024 |
Definition at line 34 of file IpcServerBase.cpp.