#include <Message.hpp>
◆ Message()
Message::Message |
( |
std::string & |
buffer | ) |
|
Construct a new Message:: Message object.
Here we will only construct "<command> <parameters> <crlf>" properties from the message. We will ignore tags and source from the message.
These message parts, and parameters themselves, are separated by one or more ASCII SPACE characters ‘(’ ', 0x20)`.
- Parameters
-
◆ getCmd()
std::string Message::getCmd |
( |
void |
| ) |
const |
◆ getParams()
std::map< size_t, std::string > Message::getParams |
( |
void |
| ) |
const |
◆ _buffer
std::string Message::_buffer |
The documentation for this class was generated from the following files: