Package h
Class ST_stk_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_stk_t extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_blk_t
curblk
CArrayOfStar<ST_Agnode_s>
curp
ST_blk_t
fstblk
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_stk_t()
-
Method Summary
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
fstblk
public ST_blk_t fstblk
-
curblk
public ST_blk_t curblk
-
curp
public CArrayOfStar<ST_Agnode_s> curp
-
-