CppInterOp
C++ Language Interoperability Layer
Loading...
Searching...
No Matches
Public Attributes | List of all members
CppInterOpArray Struct Reference

C-compatible array of opaque pointers, returned by generated C API wrappers for functions that produce collections. More...

#include "include/CppInterOp/CppInterOpTypes.h"

Collaboration diagram for CppInterOpArray:
Collaboration graph
[legend]

Public Attributes

void ** data
 
size_t size
 

Detailed Description

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.

Member Data Documentation

◆ data

void** CppInterOpArray::data

Definition at line 244 of file CppInterOpTypes.h.

◆ size

size_t CppInterOpArray::size

Definition at line 245 of file CppInterOpTypes.h.


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