Blender
V3.3
|
Public Attributes | |
DynStrElem * | next |
char * | str |
Definition at line 36 of file BLI_dynstr.c.
DynStrElem* DynStrElem::next |
Definition at line 37 of file BLI_dynstr.c.
Referenced by BLI_dynstr_append(), BLI_dynstr_clear(), BLI_dynstr_get_cstring_ex(), and BLI_dynstr_nappend().
char* DynStrElem::str |
Definition at line 39 of file BLI_dynstr.c.
Referenced by BLI_dynstr_append(), BLI_dynstr_get_cstring_ex(), and BLI_dynstr_nappend().