Package smetana.core
Class size_t_array_of_charstars
- java.lang.Object
-
- smetana.core.size_t_array_of_charstars
-
-
Constructor Summary
Constructors Constructor Description size_t_array_of_charstars(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetInternalNb()booleanisStrictNegative()booleanisStrictPositive()booleanisZero()__ptr__malloc()size_tnegate()size_tplus(int length)__ptr__realloc(java.lang.Object old)
-
-
-
Method Detail
-
getInternalNb
public int getInternalNb()
- Specified by:
getInternalNbin interfacesize_t
-
isStrictPositive
public boolean isStrictPositive()
- Specified by:
isStrictPositivein interfacesize_t
-
isStrictNegative
public boolean isStrictNegative()
- Specified by:
isStrictNegativein interfacesize_t
-
-