Package com.alibaba.graphscope.stdcxx
Class CCharPointer_cxx_0x2e9356
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.stdcxx.CCharPointer_cxx_0x2e9356
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointerRangeElement<CCharPointer>
,com.alibaba.fastffi.FFIPointer
,com.alibaba.fastffi.FFISettablePointer
,FFIType
,CCharPointer
,Serializable
public class CCharPointer_cxx_0x2e9356 extends FFIPointerImpl implements CCharPointer
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.stdcxx.CCharPointer
CCharPointer.Factory
-
-
Field Summary
Fields Modifier and Type Field Description static int
HASH_SHIFT
static int
SIZE
-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description CCharPointer_cxx_0x2e9356(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CCharPointer
add(long arg0)
void
addV(long arg0)
long
elementSize()
boolean
equals(Object o)
byte
get()
int
hashCode()
CCharPointer
moveTo(long arg0)
void
moveToV(long arg0)
static long
nativeCreateFactory0()
static byte
nativeGet(long ptr)
void
setAddress(long arg0)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
add
public CCharPointer add(long arg0)
- Specified by:
add
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<CCharPointer>
-
addV
public void addV(long arg0)
- Specified by:
addV
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<CCharPointer>
-
elementSize
public long elementSize()
- Specified by:
elementSize
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<CCharPointer>
-
get
public byte get()
- Specified by:
get
in interfaceCCharPointer
-
nativeGet
public static byte nativeGet(long ptr)
-
moveTo
public CCharPointer moveTo(long arg0)
- Specified by:
moveTo
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<CCharPointer>
-
moveToV
public void moveToV(long arg0)
- Specified by:
moveToV
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<CCharPointer>
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddress
in interfacecom.alibaba.fastffi.FFISettablePointer
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-