Package org.lwjgl.llvm
Class CXIdxBaseClassInfo
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<CXIdxBaseClassInfo>
org.lwjgl.llvm.CXIdxBaseClassInfo
- All Implemented Interfaces:
org.lwjgl.system.Pointer
Layout
struct CXIdxBaseClassInfo {
CXIdxEntityInfo const * base;
CXCursor cursor;
CXIdxLoc loc;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionCXIdxBaseClassInfo(ByteBuffer container) Creates aCXIdxBaseClassInfoinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionbase()static CXIdxBaseClassInfocreate(long address) Returns a newCXIdxBaseClassInfoinstance for the specified memory address.static CXIdxBaseClassInfo.Buffercreate(long address, int capacity) Create aCXIdxBaseClassInfo.Bufferinstance at the specified memory.static @Nullable CXIdxBaseClassInfocreateSafe(long address) static @Nullable CXIdxBaseClassInfo.BuffercreateSafe(long address, int capacity) cursor()loc()static CXIdxEntityInfonbase(long struct) Unsafe version ofbase().static CXCursorncursor(long struct) Unsafe version ofcursor().static CXIdxLocnloc(long struct) Unsafe version ofloc().intsizeof()Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
BASE
public static final int BASEThe struct member offsets. -
CURSOR
public static final int CURSORThe struct member offsets. -
LOC
public static final int LOCThe struct member offsets.
-
-
Constructor Details
-
CXIdxBaseClassInfo
Creates aCXIdxBaseClassInfoinstance at the current position of the specifiedByteBuffercontainer. 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
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<CXIdxBaseClassInfo>
-
base
- Returns:
- a
CXIdxEntityInfoview of the struct pointed to by thebasefield.
-
cursor
- Returns:
- a
CXCursorview of thecursorfield.
-
loc
- Returns:
- a
CXIdxLocview of thelocfield.
-
create
Returns a newCXIdxBaseClassInfoinstance for the specified memory address. -
createSafe
-
create
Create aCXIdxBaseClassInfo.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
nbase
Unsafe version ofbase(). -
ncursor
Unsafe version ofcursor(). -
nloc
Unsafe version ofloc().
-