@Name(value="Rb_Type")
public static class lept.RB_TYPE
extends org.bytedeco.javacpp.Pointer
Note: (1) Keys and values of the valid key types are all 64-bit (2) (void *) can be used for values but not for keys.
| Constructor and Description |
|---|
RB_TYPE()
Default native constructor.
|
RB_TYPE(long size)
Native array allocator.
|
RB_TYPE(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
ftype() |
lept.RB_TYPE |
ftype(double ftype) |
long |
itype() |
lept.RB_TYPE |
itype(long itype) |
lept.RB_TYPE |
position(long position) |
org.bytedeco.javacpp.Pointer |
ptype() |
lept.RB_TYPE |
ptype(org.bytedeco.javacpp.Pointer ptype) |
int |
utype() |
lept.RB_TYPE |
utype(int utype) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic RB_TYPE()
public RB_TYPE(long size)
Pointer.position(long).public RB_TYPE(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.RB_TYPE position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int64") public long itype()
public lept.RB_TYPE itype(long itype)
@Cast(value="l_uint64") public int utype()
public lept.RB_TYPE utype(int utype)
@Cast(value="l_float64") public double ftype()
public lept.RB_TYPE ftype(double ftype)
public org.bytedeco.javacpp.Pointer ptype()
public lept.RB_TYPE ptype(org.bytedeco.javacpp.Pointer ptype)
Copyright © 2018. All rights reserved.