Interface FidPointer

  • All Superinterfaces:
    com.alibaba.fastffi.CXXPointerRangeElement<FidPointer>, com.alibaba.fastffi.FFIPointer, com.alibaba.fastffi.FFISettablePointer, FFIType, Serializable
    All Known Implementing Classes:
    FidPointer_cxx_0xff0c66f5

    public interface FidPointer
    extends com.alibaba.fastffi.FFIPointer, com.alibaba.fastffi.CXXPointerRangeElement<FidPointer>
    A pointer to an unsigned pointer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int get()  
      • Methods inherited from interface com.alibaba.fastffi.CXXPointerRangeElement

        add, addV, elementSize, moveTo, moveToV, next, nextV
      • Methods inherited from interface com.alibaba.fastffi.FFIPointer

        getAddress
      • Methods inherited from interface com.alibaba.fastffi.FFISettablePointer

        setAddress
    • Method Detail

      • get

        int get()