Package com.alibaba.graphscope.stdcxx
Interface DoublePointer
-
- All Superinterfaces:
com.alibaba.fastffi.CXXPointer,com.alibaba.fastffi.FFIPointer,FFIType,Serializable
- All Known Implementing Classes:
DoublePointer_cxx_0xb0f77bd1
public interface DoublePointer extends com.alibaba.fastffi.FFIPointer, com.alibaba.fastffi.CXXPointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDoublePointer.Factory
-
Field Summary
Fields Modifier and Type Field Description static DoublePointer.Factoryfactory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleget()voidSetValue(double value)
-
-
-
Field Detail
-
factory
static final DoublePointer.Factory factory
-
-