|
Atrinik Server 2.5
|
#include <stringbuffer.h>
Data Fields | |
| char * | buf |
| size_t | pos |
| size_t | size |
The string buffer state.
Definition at line 35 of file stringbuffer.h.
| char* StringBuffer_struct::buf |
The string buffer. The first ::pos bytes contain the collected string. Its size is at least ::bytes.
Definition at line 40 of file stringbuffer.h.
| size_t StringBuffer_struct::pos |
The current length of ::buf. The invariant pos < size always holds; this means there is always enough room to attach a trailing NUL character.
Definition at line 46 of file stringbuffer.h.
| size_t StringBuffer_struct::size |
The allocation size of ::buf.
Definition at line 50 of file stringbuffer.h.
1.7.4