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 intHASH_SHIFTstatic intSIZE-
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 CCharPointeradd(long arg0)voidaddV(long arg0)longelementSize()booleanequals(Object o)byteget()inthashCode()CCharPointermoveTo(long arg0)voidmoveToV(long arg0)static longnativeCreateFactory0()static bytenativeGet(long ptr)voidsetAddress(long arg0)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
add
public CCharPointer add(long arg0)
- Specified by:
addin interfacecom.alibaba.fastffi.CXXPointerRangeElement<CCharPointer>
-
addV
public void addV(long arg0)
- Specified by:
addVin interfacecom.alibaba.fastffi.CXXPointerRangeElement<CCharPointer>
-
elementSize
public long elementSize()
- Specified by:
elementSizein interfacecom.alibaba.fastffi.CXXPointerRangeElement<CCharPointer>
-
get
public byte get()
- Specified by:
getin interfaceCCharPointer
-
nativeGet
public static byte nativeGet(long ptr)
-
moveTo
public CCharPointer moveTo(long arg0)
- Specified by:
moveToin interfacecom.alibaba.fastffi.CXXPointerRangeElement<CCharPointer>
-
moveToV
public void moveToV(long arg0)
- Specified by:
moveToVin interfacecom.alibaba.fastffi.CXXPointerRangeElement<CCharPointer>
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddressin interfacecom.alibaba.fastffi.FFISettablePointer
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-