Class CXIdxCXXClassDeclInfo

All Implemented Interfaces:
Pointer

public class CXIdxCXXClassDeclInfo extends Struct<CXIdxCXXClassDeclInfo>
struct CXIdxCXXClassDeclInfo {
    CXIdxDeclInfo const * declInfo;
    CXIdxBaseClassInfo const * const * bases;
    unsigned numBases;
}
  • 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.
    • BASES

      public static final int BASES
      The struct member offsets.
    • NUMBASES

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

    • CXIdxCXXClassDeclInfo

      public CXIdxCXXClassDeclInfo(ByteBuffer container)
      Creates a CXIdxCXXClassDeclInfo 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