Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <netmessagemaker.h>
Public Member Functions | |
CNetMsgMaker (int nVersionIn) | |
template<typename... Args> | |
CSerializedNetMsg | Make (int nFlags, std::string sCommand, Args &&...args) const |
template<typename... Args> | |
CSerializedNetMsg | Make (std::string sCommand, Args &&...args) const |
Private Attributes | |
const int | nVersion |
Definition at line 12 of file netmessagemaker.h.
|
inline |
Definition at line 15 of file netmessagemaker.h.
|
inline |
|
inline |
|
private |
Definition at line 33 of file netmessagemaker.h.