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_boxf
copy()
static ST_boxf[]
malloc(int nb)
String
toString()
-
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:
copy
in interface__struct__
- Overrides:
copy
in classUnsupportedStarStruct
-
___
public void ___(__struct__ value)
- Specified by:
___
in interface__struct__
- Overrides:
___
in classUnsupportedStarStruct
-
-