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 int
HASH_SHIFT
static int
SIZE
-
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 void
delete()
boolean
equals(Object o)
double
get()
int
hashCode()
static void
native_SetValue(long ptr, double value0)
static long
nativeCreateFactory0()
static void
nativeDelete(long ptr)
static double
nativeGet(long ptr)
void
SetValue(double value)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
SetValue
public void SetValue(double value)
- Specified by:
SetValue
in interfaceDoublePointer
-
native_SetValue
public static void native_SetValue(long ptr, double value0)
-
delete
public void delete()
- Specified by:
delete
in interfacecom.alibaba.fastffi.CXXPointer
-
nativeDelete
public static void nativeDelete(long ptr)
-
get
public double get()
- Specified by:
get
in interfaceDoublePointer
-
nativeGet
public static double nativeGet(long ptr)
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-