Template IO stream buffer for all file descriptors types.
More...
#include <Socket.hpp>
|
|
typedef std::streambuf::traits_type | traits |
| | Shortcut.
|
| |
|
|
| FDTypeBuf (int fd, bool closeFd=false, int bufPutbackSize=4, int bufDataSize=1024) |
| | Constructor for file descriptor stream buffer.
|
| |
|
|
virtual int | overflow (int c) |
| | streambuf overflow overload.
|
| |
|
virtual std::streamsize | xsputn (const char *s, std::streamsize n) |
| | streambuf xsputn overload.
|
| |
|
virtual int | underflow () |
| | streambuf underflow overload.
|
| |
template<typename FDType>
class UI::Util::FDTypeBuf< FDType >
Template IO stream buffer for all file descriptors types.
The documentation for this class was generated from the following file: