Package h
Class ST_refstr_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_dtlink_s
-
- h.ST_refstr_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_refstr_t extends ST_dtlink_s
-
-
Field Summary
Fields Modifier and Type Field Description int
refcnt
CString
s
-
Fields inherited from class h.ST_dtlink_s
_left, right
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_refstr_t()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getTheField(OFFSET offset)
void
setString(CString newData)
-
Methods inherited from class h.ST_dtlink_s
___, castTo, getParent
-
Methods inherited from class smetana.core.UnsupportedStarStruct
copy, isSameThan, unsupported
-
-
-
-
Field Detail
-
refcnt
public int refcnt
-
s
public CString s
-
-
Method Detail
-
getTheField
public Object getTheField(OFFSET offset)
- Specified by:
getTheField
in interface__ptr__
- Overrides:
getTheField
in classST_dtlink_s
-
setString
public void setString(CString newData)
-
-