cbase 1.46.11
C/C++ Static Template
Loading...
Searching...
No Matches
String8List Struct Reference

A linked list of strings, useful for concatenating text without reallocation. More...

#include <base_strings.h>

Collaboration diagram for String8List:

Public Attributes

String8Nodefirst
String8Nodelast
usize node_count
usize total_size

Detailed Description

A linked list of strings, useful for concatenating text without reallocation.

Definition at line 40 of file base_strings.h.

Member Data Documentation

◆ first

String8Node* String8List::first

Pointer to the first node

Definition at line 41 of file base_strings.h.

◆ last

String8Node* String8List::last

Pointer to the last node

Definition at line 42 of file base_strings.h.

◆ node_count

usize String8List::node_count

Number of nodes in the list

Definition at line 43 of file base_strings.h.

◆ total_size

usize String8List::total_size

Total size of all strings combined in bytes

Definition at line 44 of file base_strings.h.


The documentation for this struct was generated from the following file: