Class CXIdxEntityRefInfo

All Implemented Interfaces:
Pointer

public class CXIdxEntityRefInfo extends Struct<CXIdxEntityRefInfo>
struct CXIdxEntityRefInfo {
    CXIdxEntityRefKind kind;
    CXCursor cursor;
    CXIdxLoc loc;
    CXIdxEntityInfo const * referencedEntity;
    CXIdxEntityInfo const * parentEntity;
    CXIdxContainerInfo const * container;
    CXSymbolRole role;
}
  • 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.
    • CURSOR

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

      public static final int LOC
      The struct member offsets.
    • REFERENCEDENTITY

      public static final int REFERENCEDENTITY
      The struct member offsets.
    • PARENTENTITY

      public static final int PARENTENTITY
      The struct member offsets.
    • CONTAINER

      public static final int CONTAINER
      The struct member offsets.
    • ROLE

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

    • CXIdxEntityRefInfo

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