Package com.alibaba.graphscope.stdcxx
Class DoublePointer_cxx_0xb0f77bd1
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.stdcxx.DoublePointer_cxx_0xb0f77bd1
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointer,com.alibaba.fastffi.FFIPointer,FFIType,DoublePointer,Serializable
public class DoublePointer_cxx_0xb0f77bd1 extends FFIPointerImpl implements DoublePointer
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.stdcxx.DoublePointer
DoublePointer.Factory
-
-
Field Summary
Fields Modifier and Type Field Description static intHASH_SHIFTstatic intSIZE-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
Fields inherited from interface com.alibaba.graphscope.stdcxx.DoublePointer
factory
-
-
Constructor Summary
Constructors Constructor Description DoublePointer_cxx_0xb0f77bd1(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()booleanequals(Object o)doubleget()inthashCode()static voidnative_SetValue(long ptr, double value0)static longnativeCreateFactory0()static voidnativeDelete(long ptr)static doublenativeGet(long ptr)voidSetValue(double value)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
SetValue
public void SetValue(double value)
- Specified by:
SetValuein interfaceDoublePointer
-
native_SetValue
public static void native_SetValue(long ptr, double value0)
-
delete
public void delete()
- Specified by:
deletein interfacecom.alibaba.fastffi.CXXPointer
-
nativeDelete
public static void nativeDelete(long ptr)
-
get
public double get()
- Specified by:
getin interfaceDoublePointer
-
nativeGet
public static double nativeGet(long ptr)
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-