#include <ks_string.h>
Data Fields | |
| ks_base_t | base |
| int | size |
| int | length |
| char * | data |
Definition at line 42 of file ks_string.h.
Number of bytes allocated.
Definition at line 44 of file ks_string.h.
Referenced by ks_string_append(), and ks_string_new().
Length of string.
Definition at line 45 of file ks_string.h.
Referenced by ks_string_append(), ks_string_length(), ks_string_new(), and ks_string_set().
| char* _ks_string_t::data |
The character data terminated with ''
Definition at line 46 of file ks_string.h.
Referenced by ks_string_append(), ks_string_free(), ks_string_get(), and ks_string_new().
1.5.1