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

Public Attributes | |
| void ** | data |
| size_t | size |
C-compatible array of opaque pointers, returned by generated C API wrappers for functions that produce collections.
The caller must free the array by calling cppinterop_DisposeArray().
Definition at line 243 of file CppInterOpTypes.h.
| void** CppInterOpArray::data |
Definition at line 244 of file CppInterOpTypes.h.
| size_t CppInterOpArray::size |
Definition at line 245 of file CppInterOpTypes.h.