Package apple.struct

Class twolevel_hints_command


  • public final class twolevel_hints_command
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int cmd()
      LC_TWOLEVEL_HINTS
      int cmdsize()
      sizeof(struct twolevel_hints_command)
      int nhints()
      number of hints in the hint table
      int offset()
      offset to the hint table
      void setCmd​(int value)
      LC_TWOLEVEL_HINTS
      void setCmdsize​(int value)
      sizeof(struct twolevel_hints_command)
      void setNhints​(int value)
      number of hints in the hint table
      void setOffset​(int value)
      offset to the hint table
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • twolevel_hints_command

        public twolevel_hints_command()
      • twolevel_hints_command

        protected twolevel_hints_command​(org.moe.natj.general.Pointer peer)
      • twolevel_hints_command

        public twolevel_hints_command​(int cmd,
                                      int cmdsize,
                                      int offset,
                                      int nhints)
    • Method Detail

      • cmd

        public int cmd()
        LC_TWOLEVEL_HINTS
      • setCmd

        public void setCmd​(int value)
        LC_TWOLEVEL_HINTS
      • cmdsize

        public int cmdsize()
        sizeof(struct twolevel_hints_command)
      • setCmdsize

        public void setCmdsize​(int value)
        sizeof(struct twolevel_hints_command)
      • offset

        public int offset()
        offset to the hint table
      • setOffset

        public void setOffset​(int value)
        offset to the hint table
      • nhints

        public int nhints()
        number of hints in the hint table
      • setNhints

        public void setNhints​(int value)
        number of hints in the hint table