public static class CXIdxDeclInfo.Buffer extends org.lwjgl.system.StructBuffer<CXIdxDeclInfo,CXIdxDeclInfo.Buffer> implements org.lwjgl.system.NativeResource
CXIdxDeclInfo structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
CXIdxDeclInfo.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
org.lwjgl.PointerBuffer |
attributes()
Returns a
PointerBuffer view of the data pointed to by the attributes field. |
CXCursor |
cursor()
Returns a
CXCursor view of the cursor field. |
CXIdxContainerInfo |
declAsContainer()
Returns a
CXIdxContainerInfo view of the struct pointed to by the declAsContainer field. |
CXIdxEntityInfo |
entityInfo()
Returns a
CXIdxEntityInfo view of the struct pointed to by the entityInfo field. |
int |
flags()
Returns the value of the
flags field. |
boolean |
isContainer()
Returns the value of the
isContainer field. |
boolean |
isDefinition()
Returns the value of the
isDefinition field. |
boolean |
isImplicit()
Returns the value of the
isImplicit field. |
boolean |
isRedeclaration()
Returns the value of the
isRedeclaration field. |
CXIdxContainerInfo |
lexicalContainer()
Returns a
CXIdxContainerInfo view of the struct pointed to by the lexicalContainer field. |
CXIdxLoc |
loc()
Returns a
CXIdxLoc view of the loc field. |
int |
numAttributes()
Returns the value of the
numAttributes field. |
CXIdxContainerInfo |
semanticContainer()
Returns a
CXIdxContainerInfo view of the struct pointed to by the semanticContainer field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
CXIdxDeclInfo.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
by CXIdxDeclInfo.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public CXIdxEntityInfo entityInfo()
CXIdxEntityInfo view of the struct pointed to by the entityInfo field.public CXIdxContainerInfo semanticContainer()
CXIdxContainerInfo view of the struct pointed to by the semanticContainer field.public CXIdxContainerInfo lexicalContainer()
CXIdxContainerInfo view of the struct pointed to by the lexicalContainer field.public boolean isRedeclaration()
isRedeclaration field.public boolean isDefinition()
isDefinition field.public boolean isContainer()
isContainer field.public CXIdxContainerInfo declAsContainer()
CXIdxContainerInfo view of the struct pointed to by the declAsContainer field.public boolean isImplicit()
isImplicit field.public org.lwjgl.PointerBuffer attributes()
PointerBuffer view of the data pointed to by the attributes field.public int numAttributes()
numAttributes field.public int flags()
flags field.Copyright LWJGL. All Rights Reserved. License terms.