@Properties(inherit=clang.class) public class CXSourceRangeList extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CXSourceRangeList()
Default native constructor.
|
CXSourceRangeList(long size)
Native array allocator.
|
CXSourceRangeList(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
count()
The number of ranges in the \c ranges array.
|
CXSourceRangeList |
count(int setter) |
CXSourceRangeList |
getPointer(long i) |
CXSourceRangeList |
position(long position) |
CXSourceRange |
ranges()
An array of \c CXSourceRanges.
|
CXSourceRangeList |
ranges(CXSourceRange setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CXSourceRangeList()
public CXSourceRangeList(long size)
Pointer.position(long).public CXSourceRangeList(Pointer p)
Pointer(Pointer).public CXSourceRangeList position(long position)
public CXSourceRangeList getPointer(long i)
getPointer in class Pointerpublic CXSourceRangeList count(int setter)
public CXSourceRange ranges()
public CXSourceRangeList ranges(CXSourceRange setter)
Copyright © 2024. All rights reserved.