Package h
Class ST_refstr_t
- java.lang.Object
-
- All Implemented Interfaces:
WithParent
,__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public 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
UID
-
-
Constructor Summary
Constructors Constructor Description ST_refstr_t()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
addVirtualBytes(int virtualBytes)
java.lang.Class
getRealClass()
void
setString(CString newData)
CString
to_s(ST_dtlink_s from)
-
Methods inherited from class h.ST_dtlink_s
castTo, castTo_ST_dthold_s, copyDataFrom, getParent
-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
comparePointer, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getStruct, getUID36, isSameThan, memcopyFrom, minus, plus, setDouble, setDouble, setInt, setInt, setPtr, setPtr, setStruct, setStruct, unsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface smetana.core.__ptr__
comparePointer, getDouble, getInt, getPtr, minus, setDouble, setInt, setPtr, unsupported
-
-
-
-
Field Detail
-
refcnt
public int refcnt
-
s
public CString s
-
-
Method Detail
-
addVirtualBytes
public java.lang.Object addVirtualBytes(int virtualBytes)
- Specified by:
addVirtualBytes
in interface__ptr__
- Specified by:
addVirtualBytes
in interfaceStarStruct
- Overrides:
addVirtualBytes
in classST_dtlink_s
-
setString
public void setString(CString newData)
-
to_s
public CString to_s(ST_dtlink_s from)
-
getRealClass
public java.lang.Class getRealClass()
- Specified by:
getRealClass
in interfaceStarStruct
- Overrides:
getRealClass
in classUnsupportedStarStruct
-
-