JavaScript is disabled on your browser.
public class size_t
extends Object
"Pseudo size" of a C structure. In C, this is the actual size of the structure. In Java, this is an indication to
know which structure we are going to allocate.
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
int
boolean
boolean
boolean
Field Details
tobeAllocated
public final Class tobeAllocated
Constructor Details
size_t
public size_t (Class tobeAllocated)
Method Details
multiply
public size_t multiply (int sz)
isStrictPositive
public boolean isStrictPositive ()
isStrictNegative
public boolean isStrictNegative ()
getTobeAllocated
public final Class getTobeAllocated ()
plus
public size_t plus (int strlen)
isZero
public boolean isZero ()
getInternalNb
public int getInternalNb ()