|
libmya 0.1.0
Library to parse Mya language.
|
A dynamic string (dstring) that automatically reallocate her buffer when needed. More...
#include <dstring.h>
Data Fields | |
| char * | data |
| Pointer for the raw string content (a normal C string). | |
| unsigned int | length |
| The length of the string. | |
| unsigned int | _buffer_size |
| The size of the allocated buffer for the string. | |
A dynamic string (dstring) that automatically reallocate her buffer when needed.
| unsigned int dstring::_buffer_size |
| char* dstring::data |