Class StdVector_cxx_0xb8c12c12

    • Field Detail

      • SIZE

        public static final int SIZE
      • HASH_SHIFT

        public static final int HASH_SHIFT
    • Constructor Detail

      • StdVector_cxx_0xb8c12c12

        public StdVector_cxx_0xb8c12c12​(long address)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • nativeCapacity

        public static long nativeCapacity​(long ptr)
      • nativeClear

        public static void nativeClear​(long ptr)
      • nativeData

        public static long nativeData​(long ptr)
      • delete

        public void delete()
        Specified by:
        delete in interface com.alibaba.fastffi.CXXPointer
      • nativeDelete

        public static void nativeDelete​(long ptr)
      • nativeGet

        public static @com.alibaba.fastffi.CXXReference byte nativeGet​(long ptr,
                                                                       long index0)
      • nativePush_back

        public static void nativePush_back​(long ptr,
                                           byte e0)
      • nativeReserve

        public static void nativeReserve​(long ptr,
                                         long size0)
      • resize

        public void resize​(long size)
        Specified by:
        resize in interface StdVector<Byte>
      • nativeResize

        public static void nativeResize​(long ptr,
                                        long size0)
      • set

        public void set​(long index,
                        Byte value)
        Specified by:
        set in interface StdVector<Byte>
      • nativeSet

        public static void nativeSet​(long ptr,
                                     long index0,
                                     byte value1)
      • setAddress

        public void setAddress​(long arg0)
        Specified by:
        setAddress in interface com.alibaba.fastffi.FFISettablePointer
      • nativeSize

        public static long nativeSize​(long ptr)
      • nativeCreateFactory0

        public static long nativeCreateFactory0()