#include <nmstl/internal.h>
#include <nmstl/ptr>
#include <nmstl/status>
#include <unistd.h>
#include <fcntl.h>
#include <cassert>
#include <cerrno>
Compounds | |
class | constbuf |
An immutable data buffer. More... | |
class | databuf |
A mutable data buffer. More... | |
class | dynbuf |
A dynamically allocated, reference-counted mutable data buffer. More... | |
class | iohandle |
A reference-counted I/O handle (descriptor). More... | |
Functions | |
NMSTL_TO_STRING_INTL (constbuf) | |
NMSTL_TO_STRING_INTL (iohandle) | |
Variables | |
NMSTL_NAMESPACE_BEGIN | |
Data buffers and I/O handles. | |
NMSTL_NAMESPACE_END |
|
|
|
|
|
Data buffers and I/O handles.
|
|
|