SpiecsEngine
 
Loading...
Searching...
No Matches

◆ Append() [2/2]

void Spices::Net::Buffer::Append ( const std::string & msg)

Append Message to this buffer.

Parameters
[in]msgMessage.

Definition at line 41 of file Buffer.cpp.

42 {
43 Append(msg.c_str(), msg.size());
44 }
void Append(const std::string &msg)
Append Message to this buffer.
Definition Buffer.cpp:41

References Append().

Referenced by Append(), Spices::Net::HttpResponse::AppendToBuffer(), and ReadFd().