|
CppInterOp
C++ Language Interoperability Layer
|
C-compatible array of strings, returned by generated C API wrappers for functions that produce string collections. More...
#include "include/CppInterOp/CppInterOpTypes.h"

Public Attributes | |
| char ** | data |
| size_t | size |
C-compatible array of strings, returned by generated C API wrappers for functions that produce string collections.
Each string is individually allocated with strdup(). The caller must free the array by calling cppinterop_DisposeStringArray().
Definition at line 252 of file CppInterOpTypes.h.
| char** CppInterOpStringArray::data |
Definition at line 253 of file CppInterOpTypes.h.
| size_t CppInterOpStringArray::size |
Definition at line 254 of file CppInterOpTypes.h.