public interface FullFeature<P1,P2> extends CXXPointer
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FullFeature.Factory<P1,P2> |
static interface |
FullFeature.Library |
| Modifier and Type | Method and Description |
|---|---|
FullFeature<P1,P2> |
copy() |
void |
delete() |
boolean |
echo(boolean i) |
byte |
echo(byte i) |
double |
echo(double i) |
float |
echo(float i) |
int |
echo(int i) |
long |
echo(long i) |
short |
echo(short i) |
long |
echoExpr(long i) |
int |
getField() |
FullFeature<P1,P2> |
make() |
FullFeature<P1,P2> |
rvTest() |
void |
setField(int i) |
void |
setFieldExpr(int i) |
long |
size() |
void |
templateCall(P1 i,
P2 j) |
<T> void |
templateMethod(T t) |
void |
unknownException() |
getAddress, getAddressbyte echo(byte i)
boolean echo(boolean i)
short echo(short i)
int echo(int i)
long echo(long i)
long echoExpr(long i)
float echo(float i)
double echo(double i)
void setField(int i)
void setFieldExpr(int i)
int getField()
void unknownException()
FullFeature<P1,P2> make()
FullFeature<P1,P2> copy()
long size()
void delete()
delete in interface CXXPointer<T> void templateMethod(T t)
FullFeature<P1,P2> rvTest()
Copyright © 2022 Alibaba Group Holding Ltd.. All rights reserved.