public interface FFIMirrorSample extends CXXPointer
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FFIMirrorSample.Factory |
| Modifier and Type | Field and Description |
|---|---|
static FFIMirrorSample.Factory |
factory |
| Modifier and Type | Method and Description |
|---|---|
static FFIMirrorSample |
create() |
static FFIMirrorSample |
createStack() |
int |
intField() |
void |
intField(int value) |
int |
intProperty() |
void |
intProperty(int value) |
FFIVector<Integer> |
intVectorField() |
FFIVector<FFIVector<Integer>> |
intVectorVectorField() |
FFIByteString |
stringField() |
deletegetAddress, getAddressstatic final FFIMirrorSample.Factory factory
static FFIMirrorSample create()
static FFIMirrorSample createStack()
int intField()
void intField(int value)
int intProperty()
void intProperty(int value)
FFIByteString stringField()
Copyright © 2022 Alibaba Group Holding Ltd.. All rights reserved.