public final class size_t
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ZType |
tobeAllocated |
Modifier and Type | Method and Description |
---|---|
int |
getInternalNb() |
ZType |
getTobeAllocated() |
boolean |
isStrictNegative() |
boolean |
isStrictPositive() |
boolean |
isZero() |
__ptr__ |
malloc() |
size_t |
multiply(int sz) |
size_t |
negate() |
size_t |
plus(int strlen) |
__ptr__ |
realloc(java.lang.Object old) |
java.lang.String |
toString() |
public final ZType tobeAllocated
public size_t(ZType tobeAllocated)
public java.lang.String toString()
toString
in class java.lang.Object
public size_t negate()
public size_t multiply(int sz)
public boolean isStrictPositive()
public boolean isStrictNegative()
public final ZType getTobeAllocated()
public __ptr__ malloc()
public size_t plus(int strlen)
public boolean isZero()
public __ptr__ realloc(java.lang.Object old)
public int getInternalNb()