Package h
Class ST_dtdata_s
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_dtdata_s
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_dtdata_s extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_dtlink_s
_head
__ptr__
_htab
ST_dtlink_s
here
int
loop
int
minp
int
ntab
int
size
int
type
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_dtdata_s()
-
Method Summary
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
type
public int type
-
here
public ST_dtlink_s here
-
_htab
public __ptr__ _htab
-
_head
public ST_dtlink_s _head
-
ntab
public int ntab
-
size
public int size
-
loop
public int loop
-
minp
public int minp
-
-