rcutils  master
C API providing common utilities and data structures.
Public Attributes | List of all members
rcutils_string_array_t Struct Reference

The structure holding the metadata for a string array. More...

#include <string_array.h>

Collaboration diagram for rcutils_string_array_t:
Collaboration graph
[legend]

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...
 

Detailed Description

The structure holding the metadata for a string array.

Member Data Documentation

◆ size

size_t rcutils_string_array_t::size

The number of strings that can be stored in the string array.

◆ data

char** rcutils_string_array_t::data

The allocated memory for the string array.

◆ allocator

rcutils_allocator_t rcutils_string_array_t::allocator

The allocator used to allocate and free memory for the string array.


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