Lely core libraries  2.3.4
membuf Struct Reference

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.
 

Detailed Description

A memory buffer.

Definition at line 36 of file membuf.h.


The documentation for this struct was generated from the following file: