Class CXIdxObjCPropertyDeclInfo

All Implemented Interfaces:
Pointer

public class CXIdxObjCPropertyDeclInfo extends Struct<CXIdxObjCPropertyDeclInfo>

 struct CXIdxObjCPropertyDeclInfo {
     {@link CXIdxDeclInfo CXIdxDeclInfo} const * declInfo;
     {@link CXIdxEntityInfo CXIdxEntityInfo} const * getter;
     {@link CXIdxEntityInfo CXIdxEntityInfo} const * setter;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • DECLINFO

      public static final int DECLINFO
      The struct member offsets.
    • GETTER

      public static final int GETTER
      The struct member offsets.
    • SETTER

      public static final int SETTER
      The struct member offsets.
  • Constructor Details

    • CXIdxObjCPropertyDeclInfo

      public CXIdxObjCPropertyDeclInfo(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.

  • Method Details