The Dv::fdstreambuf class provides a streambuf specialization that manages a file descriptor (fd) and handles the possibility of timeout on input or open by failing an operation if it times out. More...
#include <iostream>#include <string>#include <sys/types.h>#include <dvutil/debug.h>
Go to the source code of this file.
Classes | |
| class | Dv::Util::fdstreambuf |
| A streambuf specialization that manages a file descriptor and handles timeouts. More... | |
Namespaces | |
| namespace | Dv |
| namespace | Dv::Util |
The Dv::fdstreambuf class provides a streambuf specialization that manages a file descriptor (fd) and handles the possibility of timeout on input or open by failing an operation if it times out.
Definition in file fdstreambuf.h.
| dvutil-1.0.10 | [ 5 December, 2009] |