Package smetana.core
Class size_t_of_element
- java.lang.Object
-
- smetana.core.size_t_of_element
-
-
Constructor Summary
Constructors Constructor Description size_t_of_element(java.lang.Object foo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getInternalNb()
boolean
isStrictNegative()
boolean
isStrictPositive()
boolean
isZero()
__ptr__
malloc()
size_t
negate()
size_t
plus(int length)
__ptr__
realloc(java.lang.Object old)
-
-
-
Method Detail
-
isStrictPositive
public boolean isStrictPositive()
- Specified by:
isStrictPositive
in interfacesize_t
-
isStrictNegative
public boolean isStrictNegative()
- Specified by:
isStrictNegative
in interfacesize_t
-
getInternalNb
public int getInternalNb()
- Specified by:
getInternalNb
in interfacesize_t
-
-