Class size_t
java.lang.Object
smetana.core.size_t
"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.
-
Field Details
-
tobeAllocated
-
-
Constructor Details
-
size_t
-
-
Method Details
-
toString
-
negate
-
multiply
-
isStrictPositive
public boolean isStrictPositive() -
isStrictNegative
public boolean isStrictNegative() -
getTobeAllocated
-
malloc
-
plus
-
isZero
public boolean isZero() -
realloc
-
getInternalNb
public int getInternalNb()
-