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 interface
DoublePointer.Factory
-
Field Summary
Fields Modifier and Type Field Description static DoublePointer.Factory
factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
get()
void
SetValue(double value)
-
-
-
Field Detail
-
factory
static final DoublePointer.Factory factory
-
-