|
cbase 1.46.11
C/C++ Static Template
|
A linked list of strings, useful for concatenating text without reallocation. More...
#include <base_strings.h>

Public Attributes | |
| String8Node * | first |
| String8Node * | last |
| usize | node_count |
| usize | total_size |
A linked list of strings, useful for concatenating text without reallocation.
Definition at line 40 of file base_strings.h.
| String8Node* String8List::first |
Pointer to the first node
Definition at line 41 of file base_strings.h.
| String8Node* String8List::last |
Pointer to the last node
Definition at line 42 of file base_strings.h.
| usize String8List::node_count |
Number of nodes in the list
Definition at line 43 of file base_strings.h.
| usize String8List::total_size |
Total size of all strings combined in bytes
Definition at line 44 of file base_strings.h.