Class CXIdxObjCContainerDeclInfo

  • All Implemented Interfaces:
    org.lwjgl.system.Pointer

    public class CXIdxObjCContainerDeclInfo
    extends org.lwjgl.system.Struct

    Layout

    
     struct CXIdxObjCContainerDeclInfo {
         CXIdxDeclInfo const * declInfo;
         CXIdxObjCContainerKind kind;
     }
    • Field Detail

      • SIZEOF

        The struct size in bytes.
      • ALIGNOF

        The struct alignment in bytes.
      • DECLINFO, KIND

        The struct member offsets.
    • Constructor Detail

      • CXIdxObjCContainerDeclInfo

        public CXIdxObjCContainerDeclInfo​(java.nio.ByteBuffer container)
        Creates a CXIdxObjCContainerDeclInfo instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

        The created instance holds a strong reference to the container object.

    • Method Detail

      • sizeof

        public int sizeof()
        Specified by:
        sizeof in class org.lwjgl.system.Struct
      • kind

        public int kind()
        Returns the value of the kind field.
      • create

        public static CXIdxObjCContainerDeclInfo create​(long address)
        Returns a new CXIdxObjCContainerDeclInfo instance for the specified memory address.
      • nkind

        public static int nkind​(long struct)
        Unsafe version of kind().