Package smetana.core
Interface size_t
-
- All Known Implementing Classes:
size_t_array_of_charstars,size_t_array_of_integer,size_t_of_element,size_t_struct
public interface size_t
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetInternalNb()booleanisStrictNegative()booleanisStrictPositive()booleanisZero()java.lang.Objectmalloc()size_tnegate()size_tplus(int length)java.lang.Objectrealloc(java.lang.Object old)
-
-
-
Method Detail
-
malloc
java.lang.Object malloc()
-
realloc
java.lang.Object realloc(java.lang.Object old)
-
negate
size_t negate()
-
plus
size_t plus(int length)
-
isStrictPositive
boolean isStrictPositive()
-
isStrictNegative
boolean isStrictNegative()
-
isZero
boolean isZero()
-
getInternalNb
int getInternalNb()
-
-