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 int
getInternalNb()
boolean
isStrictNegative()
boolean
isStrictPositive()
boolean
isZero()
java.lang.Object
malloc()
size_t
negate()
size_t
plus(int length)
java.lang.Object
realloc(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()
-
-