Package h
Class ST_nodequeue
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public class ST_nodequeue extends UnsupportedStructAndPtr
-
-
Field Summary
Fields Modifier and Type Field Description ST_Agnode_s.ArrayOfStar
head
ST_Agnode_s.ArrayOfStar
limit
ST_Agnode_s.ArrayOfStar
store
ST_Agnode_s.ArrayOfStar
tail
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_nodequeue()
ST_nodequeue(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description __ptr__
setPtr(java.lang.String fieldName, __ptr__ newData)
-
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, setInt, 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
-
store
public ST_Agnode_s.ArrayOfStar store
-
tail
public ST_Agnode_s.ArrayOfStar tail
-
head
public ST_Agnode_s.ArrayOfStar head
-
limit
public ST_Agnode_s.ArrayOfStar limit
-
-
Constructor Detail
-
ST_nodequeue
public ST_nodequeue()
-
ST_nodequeue
public ST_nodequeue(StarStruct parent)
-
-
Method Detail
-
setPtr
public __ptr__ setPtr(java.lang.String fieldName, __ptr__ newData)
- Specified by:
setPtr
in interface__c__fields
- Specified by:
setPtr
in interfaceStarStruct
- Overrides:
setPtr
in classUnsupportedStarStruct
-
-