Package h
Class ST_dtdata_s
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public class ST_dtdata_s extends UnsupportedStructAndPtr
-
-
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
UID
-
-
Constructor Summary
Constructors Constructor Description ST_dtdata_s()
ST_dtdata_s(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StarStruct
getParent()
void
setInt(java.lang.String fieldName, int data)
-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getStruct, getUID36, isSameThan, memcopyFrom, minus, plus, setDouble, setDouble, 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
-
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
-
-
Constructor Detail
-
ST_dtdata_s
public ST_dtdata_s()
-
ST_dtdata_s
public ST_dtdata_s(StarStruct parent)
-
-
Method Detail
-
getParent
public StarStruct getParent()
-
setInt
public void setInt(java.lang.String fieldName, int data)
- Specified by:
setInt
in interface__c__fields
- Specified by:
setInt
in interfaceStarStruct
- Overrides:
setInt
in classUnsupportedStarStruct
-
-