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

A node for a linked list of strings (String Builder). More...

#include <base_strings.h>

Collaboration diagram for String8Node:

Public Attributes

struct String8Nodenext
String8 string

Detailed Description

A node for a linked list of strings (String Builder).

Definition at line 32 of file base_strings.h.

Member Data Documentation

◆ next

struct String8Node* String8Node::next

Pointer to the next node

Definition at line 33 of file base_strings.h.

◆ string

String8 String8Node::string

The string payload

Definition at line 34 of file base_strings.h.


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