Package smetana.core

Interface __ptr__

    • Method Detail

      • castTo

        __ptr__ castTo​(java.lang.Class dest)
      • addVirtualBytes

        java.lang.Object addVirtualBytes​(int bytes)
      • unsupported

        __ptr__ unsupported()
      • plus

        __ptr__ plus​(int pointerMove)
      • comparePointer

        int comparePointer​(__ptr__ other)
      • minus

        int minus​(__ptr__ other)
      • getDebug

        java.lang.String getDebug​(java.lang.String fieldName)
      • copyDataFrom

        void copyDataFrom​(__ptr__ other)
      • copyDataFrom

        void copyDataFrom​(__struct__ other)
      • getInt

        int getInt()
      • setInt

        void setInt​(int value)
      • getDouble

        double getDouble()
      • setDouble

        void setDouble​(double value)
      • setPtr

        void setPtr​(__ptr__ value)