Package org.lwjgl.llvm
Class CXIdxCXXClassDeclInfo
- All Implemented Interfaces:
Pointer
struct CXIdxCXXClassDeclInfo {
{@link CXIdxDeclInfo CXIdxDeclInfo} const * declInfo;
{@link CXIdxBaseClassInfo CXIdxBaseClassInfo} const * const * bases;
unsigned numBases;
}
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionCXIdxCXXClassDeclInfo
(ByteBuffer container) Creates aCXIdxCXXClassDeclInfo
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionbases()
static CXIdxCXXClassDeclInfo
create
(long address) Returns a newCXIdxCXXClassDeclInfo
instance for the specified memory address.static CXIdxCXXClassDeclInfo.Buffer
create
(long address, int capacity) Create aCXIdxCXXClassDeclInfo.Buffer
instance at the specified memory.static @Nullable CXIdxCXXClassDeclInfo
createSafe
(long address) static @Nullable CXIdxCXXClassDeclInfo.Buffer
createSafe
(long address, int capacity) declInfo()
static PointerBuffer
nbases
(long struct) Unsafe version ofbases
.static CXIdxDeclInfo
ndeclInfo
(long struct) Unsafe version ofdeclInfo()
.static int
nnumBases
(long struct) Unsafe version ofnumBases()
.int
numBases()
int
sizeof()
Returnssizeof(struct)
.Methods 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. -
DECLINFO
public static final int DECLINFOThe struct member offsets. -
BASES
public static final int BASESThe struct member offsets. -
NUMBASES
public static final int NUMBASESThe struct member offsets.
-
-
Constructor Details
-
CXIdxCXXClassDeclInfo
Creates aCXIdxCXXClassDeclInfo
instance at the current position of the specifiedByteBuffer
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
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<CXIdxCXXClassDeclInfo>
-
declInfo
- Returns:
- a
CXIdxDeclInfo
view of the struct pointed to by thedeclInfo
field.
-
bases
- Returns:
- a
PointerBuffer
view of the data pointed to by thebases
field.
-
numBases
public int numBases()- Returns:
- the value of the
numBases
field.
-
create
Returns a newCXIdxCXXClassDeclInfo
instance for the specified memory address. -
createSafe
-
create
Create aCXIdxCXXClassDeclInfo.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
ndeclInfo
Unsafe version ofdeclInfo()
. -
nbases
Unsafe version ofbases
. -
nnumBases
public static int nnumBases(long struct) Unsafe version ofnumBases()
.
-