Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
astring Struct Reference

#include <astring.h>

Data Fields

char * str
 
size_t n
 
size_t n_alloc
 

Detailed Description

Definition at line 36 of file astring.h.

Field Documentation

◆ n

size_t astring::n

Definition at line 38 of file astring.h.

Referenced by astr_clear(), astr_empty(), astr_reserve(), and astr_size().

◆ n_alloc

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().

◆ str

char* astring::str