Class CXIdxEntityInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class CXIdxEntityInfo extends Struct<CXIdxEntityInfo> implements NativeResource

Layout


 struct CXIdxEntityInfo {
     CXIdxEntityKind kind;
     CXIdxEntityCXXTemplateKind templateKind;
     CXIdxEntityLanguage lang;
     char const * name;
     char const * USR;
     CXCursor cursor;
     CXIdxAttrInfo const * const * attributes;
     unsigned numAttributes;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int KIND
      The struct member offsets.
    • TEMPLATEKIND

      public static final int TEMPLATEKIND
      The struct member offsets.
    • LANG

      public static final int LANG
      The struct member offsets.
    • NAME

      public static final int NAME
      The struct member offsets.
    • USR

      public static final int USR
      The struct member offsets.
    • CURSOR

      public static final int CURSOR
      The struct member offsets.
    • ATTRIBUTES

      public static final int ATTRIBUTES
      The struct member offsets.
    • NUMATTRIBUTES

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

    • CXIdxEntityInfo

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