Socket output streambuf, inspiration from Josuttis N.M.
More...
#include <logger.hpp>
|
virtual int_type | overflow (int_type c) |
|
virtual std::streamsize | xsputn (const char *s, std::streamsize num) |
|
|
Poco::Net::DatagramSocket * | _sock |
|
Socket output streambuf, inspiration from Josuttis N.M.
Definition at line 107 of file logger.hpp.
FIX8::bcoutbuf::bcoutbuf |
( |
Poco::Net::DatagramSocket * |
sock | ) |
|
|
inline |
Definition at line 129 of file logger.hpp.
Poco::Net::DatagramSocket * _sock
virtual FIX8::bcoutbuf::~bcoutbuf |
( |
| ) |
|
|
inlinevirtual |
Definition at line 130 of file logger.hpp.
References _sock.
Poco::Net::DatagramSocket * _sock
virtual int_type FIX8::bcoutbuf::overflow |
( |
int_type |
c | ) |
|
|
inlineprotectedvirtual |
Definition at line 112 of file logger.hpp.
114 if (c != traits_type::eof())
117 _sock->sendBytes(&z, 1);
Poco::Net::DatagramSocket * _sock
virtual std::streamsize FIX8::bcoutbuf::xsputn |
( |
const char * |
s, |
|
|
std::streamsize |
num |
|
) |
| |
|
inlineprotectedvirtual |
Definition at line 122 of file logger.hpp.
124 _sock->sendBytes(s, num);
Poco::Net::DatagramSocket * _sock
Poco::Net::DatagramSocket* FIX8::bcoutbuf::_sock |
|
protected |
The documentation for this class was generated from the following file: