Package h
Class ST_boxf
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.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)
java.lang.String
toString()
-
Methods inherited from class smetana.core.UnsupportedStarStruct
castTo, getTheField, isSameThan, unsupported
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
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
-
-