#include "sockbuf.h"
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | socklibpp |
Classes | |
class | socklibpp::basic_sockstream< _CharT, _Traits > |
Input/Output stream class. More... | |
Typedefs | |
typedef basic_sockstream< char > | socklibpp::sockstream |
Functions | |
std::ostream & | socklibpp::crlf (std::ostream &o_) |
Manipulator for sending a CRLF. | |
std::ostream & | socklibpp::lfcr (std::ostream &o_) |
Manipulator for sending a LFCR. |