Package h
Class ST_boxf
-
- All Implemented Interfaces:
__ptr__,__struct__
public final class ST_boxf extends UnsupportedStarStruct
-
-
Constructor Summary
Constructors Constructor Description ST_boxf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void___(__struct__ value)ST_boxfcopy()static ST_boxf[]malloc(int nb)StringtoString()-
Methods inherited from class smetana.core.UnsupportedStarStruct
castTo, getTheField, isSameThan, unsupported
-
-
-
-
Method Detail
-
malloc
public static ST_boxf[] malloc(int nb)
-
copy
public ST_boxf copy()
- Specified by:
copyin interface__struct__- Overrides:
copyin classUnsupportedStarStruct
-
___
public void ___(__struct__ value)
- Specified by:
___in interface__struct__- Overrides:
___in classUnsupportedStarStruct
-
-