Package org.bytedeco.hdf5
Class H5R_ref_t
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.H5R_ref_t
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=hdf5.class) public class H5R_ref_t extends Pointer
/** Opaque reference type. The same reference type is used for object, dataset region and attribute references. This is the type that should always be used with the current reference API.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description H5R_ref_t
getPointer(long i)
H5R_ref_t
position(long position)
BytePointer
u___data()
byte
u___data(int i)
opaque dataH5R_ref_t
u___data(int i, byte setter)
long
u_align()
ensures alignmentH5R_ref_t
u_align(long setter)
-
Methods inherited from class org.bytedeco.javacpp.Pointer
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, zero
-
-
-
-
Constructor Detail
-
H5R_ref_t
public H5R_ref_t()
Default native constructor.
-
H5R_ref_t
public H5R_ref_t(long size)
Native array allocator. Access withPointer.position(long)
.
-
H5R_ref_t
public H5R_ref_t(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Detail
-
getPointer
public H5R_ref_t getPointer(long i)
- Overrides:
getPointer
in classPointer
-
u___data
public H5R_ref_t u___data(int i, byte setter)
-
u___data
@Name("u.__data") @MemberGetter @Cast("uint8_t*") public BytePointer u___data()
-
u_align
public H5R_ref_t u_align(long setter)
-
-