@Properties(inherit=gsl.class) public class gsl_rng_type extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
gsl_rng_type.Get_double_Pointer |
static class |
gsl_rng_type.Get_Pointer |
static class |
gsl_rng_type.Set_Pointer_long |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
gsl_rng_type()
Default native constructor.
|
gsl_rng_type(long size)
Native array allocator.
|
gsl_rng_type(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
gsl_rng_type.Get_double_Pointer |
get_double() |
gsl_rng_type |
get_double(gsl_rng_type.Get_double_Pointer setter) |
gsl_rng_type.Get_Pointer |
get() |
gsl_rng_type |
get(gsl_rng_type.Get_Pointer setter) |
long |
max() |
gsl_rng_type |
max(long setter) |
long |
min() |
gsl_rng_type |
min(long setter) |
BytePointer |
name() |
gsl_rng_type |
name(BytePointer setter) |
gsl_rng_type |
position(long position) |
gsl_rng_type.Set_Pointer_long |
set() |
gsl_rng_type |
set(gsl_rng_type.Set_Pointer_long setter) |
long |
size() |
gsl_rng_type |
size(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic gsl_rng_type()
public gsl_rng_type(long size)
Pointer.position(long).public gsl_rng_type(Pointer p)
Pointer.Pointer(Pointer).public gsl_rng_type position(long position)
@Cast(value="const char*") public BytePointer name()
public gsl_rng_type name(BytePointer setter)
public gsl_rng_type max(long setter)
public gsl_rng_type min(long setter)
public gsl_rng_type size(long setter)
public gsl_rng_type.Set_Pointer_long set()
public gsl_rng_type set(gsl_rng_type.Set_Pointer_long setter)
public gsl_rng_type.Get_Pointer get()
public gsl_rng_type get(gsl_rng_type.Get_Pointer setter)
public gsl_rng_type.Get_double_Pointer get_double()
public gsl_rng_type get_double(gsl_rng_type.Get_double_Pointer setter)
Copyright © 2020. All rights reserved.