Interface StdSharedPtr<T extends com.alibaba.fastffi.FFIPointer>

  • All Superinterfaces:
    com.alibaba.fastffi.FFIPointer, com.alibaba.fastffi.FFIType

    public interface StdSharedPtr<T extends com.alibaba.fastffi.FFIPointer>
    extends com.alibaba.fastffi.FFIPointer
    • Method Summary

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

        getAddress
    • Method Detail

      • get

        T get()