Package org.bytedeco.hdf5
Class hdset_reg_ref_t
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.hdset_reg_ref_t
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=hdf5.class) public class hdset_reg_ref_t extends Pointer
Deprecated.Dataset region reference type that is used with deprecated reference APIs. \note This type can only be used with the "native" HDF5 VOL connector./** Buffer to store heap ID and index This needs to be large enough to store largest #haddr_t in a worst case machine (8 bytes currently) plus an int.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description hdset_reg_ref_t()
Deprecated.Default native constructor.hdset_reg_ref_t(long size)
Deprecated.Native array allocator.hdset_reg_ref_t(Pointer p)
Deprecated.Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BytePointer
__data()
Deprecated.byte
__data(int i)
Deprecated.hdset_reg_ref_t
__data(int i, byte setter)
Deprecated.hdset_reg_ref_t
getPointer(long i)
Deprecated.hdset_reg_ref_t
position(long position)
Deprecated.-
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
-
hdset_reg_ref_t
public hdset_reg_ref_t()
Deprecated.Default native constructor.
-
hdset_reg_ref_t
public hdset_reg_ref_t(long size)
Deprecated.Native array allocator. Access withPointer.position(long)
.
-
hdset_reg_ref_t
public hdset_reg_ref_t(Pointer p)
Deprecated.Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Detail
-
position
public hdset_reg_ref_t position(long position)
Deprecated.
-
getPointer
public hdset_reg_ref_t getPointer(long i)
Deprecated.- Overrides:
getPointer
in classPointer
-
__data
@Cast("uint8_t") public byte __data(int i)
Deprecated.
-
__data
public hdset_reg_ref_t __data(int i, byte setter)
Deprecated.
-
__data
@MemberGetter @Cast("uint8_t*") public BytePointer __data()
Deprecated.
-
-