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  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double get()  
      void SetValue​(double value)  
      • Methods inherited from interface com.alibaba.fastffi.CXXPointer

        delete
      • Methods inherited from interface com.alibaba.fastffi.FFIPointer

        getAddress
    • Method Detail

      • get

        double get()
      • SetValue

        void SetValue​(double value)