Struct rcutils_string_array_s
Defined in File string_array.h
Struct Documentation
-
struct rcutils_string_array_s
The structure holding the metadata for a string array.
Public Members
-
size_t size
The number of strings that can be stored in the string array.
-
char **data
The allocated memory for the string array.
-
rcutils_allocator_t allocator
The allocator used to allocate and free memory for the string array.
-
size_t size