6 #ifndef FABCOIN_NETMESSAGEMAKER_H 7 #define FABCOIN_NETMESSAGEMAKER_H 17 template <
typename... Args>
21 msg.
command = std::move(sCommand);
26 template <
typename... Args>
29 return Make(0, std::move(sCommand), std::forward<Args>(args)...);
36 #endif // FABCOIN_NETMESSAGEMAKER_H
std::vector< unsigned char > data
CSerializedNetMsg Make(std::string sCommand, Args &&...args) const
CNetMsgMaker(int nVersionIn)
CSerializedNetMsg Make(int nFlags, std::string sCommand, Args &&...args) const