Class CXIdxObjCPropertyDeclInfo

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

    public class CXIdxObjCPropertyDeclInfo
    extends org.lwjgl.system.Struct

    Layout

    
     struct CXIdxObjCPropertyDeclInfo {
         CXIdxDeclInfo const * declInfo;
         CXIdxEntityInfo const * getter;
         CXIdxEntityInfo const * setter;
     }
    • Field Detail

      • SIZEOF

        The struct size in bytes.
      • ALIGNOF

        The struct alignment in bytes.
      • DECLINFO, GETTER, SETTER

        The struct member offsets.
    • Constructor Detail

      • CXIdxObjCPropertyDeclInfo

        public CXIdxObjCPropertyDeclInfo​(java.nio.ByteBuffer container)
        Creates a CXIdxObjCPropertyDeclInfo 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.