Freeciv-3.1
|
#include <astring.h>
Data Fields | |
char * | str |
size_t | n |
size_t | n_alloc |
size_t astring::n |
Definition at line 38 of file astring.h.
Referenced by astr_clear(), astr_empty(), astr_reserve(), and astr_size().
size_t astring::n_alloc |
Definition at line 39 of file astring.h.
Referenced by astr_capacity(), astr_free(), astr_reserve(), and astr_vadd_at().
char* astring::str |
Definition at line 37 of file astring.h.
Referenced by astr_add_line(), astr_break_lines(), astr_build_and_list(), astr_build_or_list(), astr_clear(), astr_copy(), astr_empty(), astr_free(), astr_len(), astr_reserve(), astr_str(), astr_to_str(), and astr_vadd_at().