The StringBuffer structure stores buffers of strings. More...
#include <string_utils.h>
Public Attributes | |
| char * | c |
| This is the buffer. More... | |
| char * | string |
| This is the string. More... | |
| unsigned int | length |
| This is the buffer length. More... | |
The StringBuffer structure stores buffers of strings.
Definition at line 35 of file string_utils.h.
| char* StringBuffer_::c |
This is the buffer.
Definition at line 36 of file string_utils.h.
| unsigned int StringBuffer_::length |
This is the buffer length.
Definition at line 38 of file string_utils.h.
| char* StringBuffer_::string |
This is the string.
Definition at line 37 of file string_utils.h.