Package org.lwjgl.llvm
Class CXIdxEntityInfo.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<CXIdxEntityInfo,CXIdxEntityInfo.Buffer>
-
- org.lwjgl.llvm.CXIdxEntityInfo.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<CXIdxEntityInfo>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- CXIdxEntityInfo
public static class CXIdxEntityInfo.Buffer extends org.lwjgl.system.StructBuffer<CXIdxEntityInfo,CXIdxEntityInfo.Buffer> implements org.lwjgl.system.NativeResource
An array ofCXIdxEntityInfo
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.lwjgl.PointerBuffer
attributes()
Returns aPointerBuffer
view of the data pointed to by theattributes
field.CXCursor
cursor()
Returns aCXCursor
view of thecursor
field.int
kind()
Returns the value of thekind
field.int
lang()
Returns the value of thelang
field.java.nio.ByteBuffer
name()
Returns aByteBuffer
view of the null-terminated string pointed to by thename
field.java.lang.String
nameString()
Decodes the null-terminated string pointed to by thename
field.int
numAttributes()
Returns the value of thenumAttributes
field.int
templateKind()
Returns the value of thetemplateKind
field.java.nio.ByteBuffer
USR()
Returns aByteBuffer
view of the null-terminated string pointed to by theUSR
field.java.lang.String
USRString()
Decodes the null-terminated string pointed to by theUSR
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newCXIdxEntityInfo.Buffer
instance backed by the specified container. Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided byCXIdxEntityInfo.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
kind
public int kind()
Returns the value of thekind
field.
-
templateKind
public int templateKind()
Returns the value of thetemplateKind
field.
-
lang
public int lang()
Returns the value of thelang
field.
-
name
public java.nio.ByteBuffer name()
Returns aByteBuffer
view of the null-terminated string pointed to by thename
field.
-
nameString
public java.lang.String nameString()
Decodes the null-terminated string pointed to by thename
field.
-
USR
public java.nio.ByteBuffer USR()
Returns aByteBuffer
view of the null-terminated string pointed to by theUSR
field.
-
USRString
public java.lang.String USRString()
Decodes the null-terminated string pointed to by theUSR
field.
-
attributes
public org.lwjgl.PointerBuffer attributes()
Returns aPointerBuffer
view of the data pointed to by theattributes
field.
-
numAttributes
public int numAttributes()
Returns the value of thenumAttributes
field.
-
-