#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.
|
|
|