50 MsgLen = MESSAGE_LEN_MAX - CRLF_LEN_2;
#define FORCEINLINE
Definition AttributeDefines.hpp:55
Base class for memory pooling with new/delete operator overloading.
Definition FlexibleMemoryPoolingBase.hpp:39
Definition ControlBlock.hpp:7
Definition ChannelControlBlock.hpp:12
@ CRLF_LEN_2
Definition IrcConstants.hpp:21
@ MESSAGE_LEN_MAX
Definition IrcConstants.hpp:18
Message block for managing the fixed Constants::MESSAGE_LEN_MAX size message data.
Definition MsgBlock.hpp:19
char Msg[MESSAGE_LEN_MAX]
Definition MsgBlock.hpp:21
MsgBlock(const char *str, size_t msgLen)
Definition MsgBlock.hpp:31
size_t MsgLen
Definition MsgBlock.hpp:22
MsgBlock()
Definition MsgBlock.hpp:24
MsgBlock(const std::string &str)
Definition MsgBlock.hpp:43