|
Lely core libraries 2.3.2
|
A memory buffer. More...
#include <membuf.h>
Data Fields | |
| char * | cur |
| A pointer to one past the last byte written to the buffer. | |
| char * | begin |
| A pointer to the first byte in the buffer. | |
| char * | end |
| A pointer to one past the last byte in the buffer. | |