Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
CNetMsgMaker Class Reference

#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
 

Detailed Description

Definition at line 13 of file netmessagemaker.h.

Constructor & Destructor Documentation

◆ CNetMsgMaker()

CNetMsgMaker::CNetMsgMaker ( int  nVersionIn)
inlineexplicit

Definition at line 16 of file netmessagemaker.h.

Member Function Documentation

◆ Make() [1/2]

template<typename... Args>
CSerializedNetMsg CNetMsgMaker::Make ( int  nFlags,
std::string  sCommand,
Args &&...  args 
) const
inline

Definition at line 19 of file netmessagemaker.h.

Here is the caller graph for this function:

◆ Make() [2/2]

template<typename... Args>
CSerializedNetMsg CNetMsgMaker::Make ( std::string  sCommand,
Args &&...  args 
) const
inline

Definition at line 28 of file netmessagemaker.h.

Here is the call graph for this function:

Member Data Documentation

◆ nVersion

const int CNetMsgMaker::nVersion
private

Definition at line 34 of file netmessagemaker.h.


The documentation for this class was generated from the following file: