Lely core libraries
2.2.5
|
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. | |