Package h
Class ST_deque_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_deque_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_deque_t extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description int
apex
int
fpnlpi
int
lpnlpi
int
pnlpn
ST_pointnlink_t[]
pnlps
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_deque_t()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
malloc(int newdqn)
boolean
realloc(int newdqn)
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
pnlps
public ST_pointnlink_t[] pnlps
-
pnlpn
public int pnlpn
-
fpnlpi
public int fpnlpi
-
lpnlpi
public int lpnlpi
-
apex
public int apex
-
-