public static class PathForest.Ref extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Ref()
Default native constructor.
|
Ref(long size)
Native array allocator.
|
Ref(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
PathForest |
descendants()
Returns a PathForest containing only nodes which are descendants of this node
|
PathForest |
forest() |
PathForest.Ref |
forest(PathForest setter) |
PathForest.Ref |
getPointer(long i) |
int |
i() |
PathForest.Ref |
i(int setter) |
FileInfo |
info() |
int |
num_descendants() |
PathForest.Ref |
parent()
This node's parent or Ref{nullptr, 0} if this node has no parent
|
PathForest.Ref |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Ref()
public Ref(long size)
Pointer.position(long).public Ref(Pointer p)
Pointer(Pointer).public PathForest.Ref position(long position)
public PathForest.Ref getPointer(long i)
getPointer in class Pointerpublic int num_descendants()
@ByVal public PathForest descendants()
@ByVal public PathForest.Ref parent()
@Const public PathForest forest()
public PathForest.Ref forest(PathForest setter)
public int i()
public PathForest.Ref i(int setter)
Copyright © 2021. All rights reserved.