My Project
Public Types | Public Member Functions | List of all members
ParaEngine::CInterProcessMessageOut_gen Class Reference

generate an output message to be send via network. More...

#include <InterprocessQueue.hpp>

Public Types

typedef std::string BufferType_t
 

Public Member Functions

int GenerateMsg (const InterProcessMessage &msg)
 call this function to generate a new message. More...
 
const char * GetBuffer ()
 
int GetBufferSize ()
 
void reset ()
 
void append (const std::string &str)
 
void append (const char *pData, int nLength)
 
void append (DWORD dwValue)
 

Detailed Description

generate an output message to be send via network.

Member Function Documentation

§ GenerateMsg()

int ParaEngine::CInterProcessMessageOut_gen::GenerateMsg ( const InterProcessMessage msg)
inline

call this function to generate a new message.

call GetBuffer to and GetBufferSize to retrieve the message.

Returns
the buffer size is returned.

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