Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <netmessagemaker.h>
Public Member Functions | |
CNetMsgMaker (int nVersionIn) | |
template<typename... Args> | |
CSerializedNetMsg | Make (int nFlags, std::string msg_type, Args &&...args) const |
template<typename... Args> | |
CSerializedNetMsg | Make (std::string msg_type, Args &&...args) const |
Private Attributes | |
const int | nVersion |
Definition at line 14 of file netmessagemaker.h.
|
inlineexplicit |
Definition at line 16 of file netmessagemaker.h.
|
inline |
|
inline |
|
private |
Definition at line 34 of file netmessagemaker.h.