Struct rcutils_string_array_s

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.