Package org.bytedeco.hdf5
Class H5L_class_t
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.H5L_class_t
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=hdf5.class) public class H5L_class_t extends Pointer
-
-
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 H5L_class_t()
Default native constructor.H5L_class_t(long size)
Native array allocator.H5L_class_t(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytePointer
comment()
Comment for debuggingH5L_class_t
comment(BytePointer setter)
H5L_copy_func_t
copy_func()
Callback after copying linkH5L_class_t
copy_func(H5L_copy_func_t setter)
H5L_create_func_t
create_func()
Callback during link creationH5L_class_t
create_func(H5L_create_func_t setter)
H5L_delete_func_t
del_func()
Callback for link deletionH5L_class_t
del_func(H5L_delete_func_t setter)
H5L_class_t
getPointer(long i)
int
id()
Link type IDH5L_class_t
id(int setter)
H5L_move_func_t
move_func()
Callback after moving linkH5L_class_t
move_func(H5L_move_func_t setter)
H5L_class_t
position(long position)
H5L_query_func_t
query_func()
Callback for queriesH5L_class_t
query_func(H5L_query_func_t setter)
H5L_traverse_func_t
trav_func()
Callback during link traversalH5L_class_t
trav_func(H5L_traverse_func_t setter)
int
version()
Version number of this structH5L_class_t
version(int 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
-
H5L_class_t
public H5L_class_t()
Default native constructor.
-
H5L_class_t
public H5L_class_t(long size)
Native array allocator. Access withPointer.position(long)
.
-
H5L_class_t
public H5L_class_t(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Detail
-
position
public H5L_class_t position(long position)
-
getPointer
public H5L_class_t getPointer(long i)
- Overrides:
getPointer
in classPointer
-
version
public int version()
Version number of this struct
-
version
public H5L_class_t version(int setter)
-
id
@Cast("H5L_type_t") public int id()
Link type ID
-
id
public H5L_class_t id(int setter)
-
comment
@Cast("const char*") public BytePointer comment()
Comment for debugging
-
comment
public H5L_class_t comment(BytePointer setter)
-
create_func
public H5L_create_func_t create_func()
Callback during link creation
-
create_func
public H5L_class_t create_func(H5L_create_func_t setter)
-
move_func
public H5L_move_func_t move_func()
Callback after moving link
-
move_func
public H5L_class_t move_func(H5L_move_func_t setter)
-
copy_func
public H5L_copy_func_t copy_func()
Callback after copying link
-
copy_func
public H5L_class_t copy_func(H5L_copy_func_t setter)
-
trav_func
public H5L_traverse_func_t trav_func()
Callback during link traversal
-
trav_func
public H5L_class_t trav_func(H5L_traverse_func_t setter)
-
del_func
public H5L_delete_func_t del_func()
Callback for link deletion
-
del_func
public H5L_class_t del_func(H5L_delete_func_t setter)
-
query_func
public H5L_query_func_t query_func()
Callback for queries
-
query_func
public H5L_class_t query_func(H5L_query_func_t setter)
-
-