Represents a list of pointers to zero-terminated strings. More...
#include <stringlist.h>
Public Attributes | |
const char ** | strings |
Pointer to an array of zero-terminated string pointers. | |
size_t | strings_count |
Number of strings in the strings list. | |
size_t | allocated_count |
The number of strings that can be held in the strings list. | |
Represents a list of pointers to zero-terminated strings.
Definition at line 15 of file helpers/stringlist.h.
size_t allocated_count |
The number of strings that can be held in the strings
list.
Definition at line 30 of file helpers/stringlist.h.
const char** strings |
Pointer to an array of zero-terminated string pointers.
Definition at line 20 of file helpers/stringlist.h.
size_t strings_count |
Number of strings in the strings
list.
Definition at line 25 of file helpers/stringlist.h.