rcutils
master
C API providing common utilities and data structures.
|
The structure holding the metadata for a string array. More...
#include <string_array.h>
Public Attributes | |
size_t | size |
The number of strings that can be stored in the string array. More... | |
char ** | data |
The allocated memory for the string array. More... | |
rcutils_allocator_t | allocator |
The allocator used to allocate and free memory for the string array. More... | |
The structure holding the metadata for a string array.
size_t rcutils_string_array_t::size |
The number of strings that can be stored in the string array.
char** rcutils_string_array_t::data |
The allocated memory for the string array.
rcutils_allocator_t rcutils_string_array_t::allocator |
The allocator used to allocate and free memory for the string array.