Package org.lwjgl.llvm
Class CXIdxObjCPropertyDeclInfo
- All Implemented Interfaces:
Pointer
struct CXIdxObjCPropertyDeclInfo {
CXIdxDeclInfo const * declInfo;
CXIdxEntityInfo const * getter;
CXIdxEntityInfo const * setter;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
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
ConstructorsConstructorDescriptionCXIdxObjCPropertyDeclInfo(ByteBuffer container) Creates aCXIdxObjCPropertyDeclInfoinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic CXIdxObjCPropertyDeclInfocreate(long address) Returns a newCXIdxObjCPropertyDeclInfoinstance for the specified memory address.create(long address, int capacity) Create aCXIdxObjCPropertyDeclInfo.Bufferinstance at the specified memory.static @Nullable CXIdxObjCPropertyDeclInfocreateSafe(long address) static @Nullable CXIdxObjCPropertyDeclInfo.BuffercreateSafe(long address, int capacity) declInfo()getter()static CXIdxDeclInfondeclInfo(long struct) Unsafe version ofdeclInfo().static CXIdxEntityInfongetter(long struct) Unsafe version ofgetter().static CXIdxEntityInfonsetter(long struct) Unsafe version ofsetter().setter()intsizeof()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. -
GETTER
public static final int GETTERThe struct member offsets. -
SETTER
public static final int SETTERThe struct member offsets.
-
-
Constructor Details
-
CXIdxObjCPropertyDeclInfo
Creates aCXIdxObjCPropertyDeclInfoinstance 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()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<CXIdxObjCPropertyDeclInfo>
-
declInfo
- Returns:
- a
CXIdxDeclInfoview of the struct pointed to by thedeclInfofield.
-
getter
- Returns:
- a
CXIdxEntityInfoview of the struct pointed to by thegetterfield.
-
setter
- Returns:
- a
CXIdxEntityInfoview of the struct pointed to by thesetterfield.
-
create
Returns a newCXIdxObjCPropertyDeclInfoinstance for the specified memory address. -
createSafe
-
create
Create aCXIdxObjCPropertyDeclInfo.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
ndeclInfo
Unsafe version ofdeclInfo(). -
ngetter
Unsafe version ofgetter(). -
nsetter
Unsafe version ofsetter().
-