Package org.bytedeco.gsl
Class gsl_bst_allocator
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_bst_allocator
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_bst_allocator extends Pointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classgsl_bst_allocator.Alloc_long_Pointerstatic classgsl_bst_allocator.Free_Pointer_Pointer-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description gsl_bst_allocator()Default native constructor.gsl_bst_allocator(long size)Native array allocator.gsl_bst_allocator(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_bst_allocator.Free_Pointer_Pointer_free()gsl_bst_allocator_free(gsl_bst_allocator.Free_Pointer_Pointer setter)gsl_bst_allocator.Alloc_long_Pointeralloc()gsl_bst_allocatoralloc(gsl_bst_allocator.Alloc_long_Pointer setter)gsl_bst_allocatorgetPointer(long i)gsl_bst_allocatorposition(long position)-
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
-
gsl_bst_allocator
public gsl_bst_allocator()
Default native constructor.
-
gsl_bst_allocator
public gsl_bst_allocator(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_bst_allocator
public gsl_bst_allocator(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_bst_allocator position(long position)
-
getPointer
public gsl_bst_allocator getPointer(long i)
- Overrides:
getPointerin classPointer
-
alloc
public gsl_bst_allocator.Alloc_long_Pointer alloc()
-
alloc
public gsl_bst_allocator alloc(gsl_bst_allocator.Alloc_long_Pointer setter)
-
_free
@Name("free") public gsl_bst_allocator.Free_Pointer_Pointer _free()
-
_free
public gsl_bst_allocator _free(gsl_bst_allocator.Free_Pointer_Pointer setter)
-
-