Package h
Class ST_nlist_t
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
,HardcodedStruct
public class ST_nlist_t extends UnsupportedStructAndPtr implements HardcodedStruct
-
-
Field Summary
Fields Modifier and Type Field Description int
size
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_nlist_t()
ST_nlist_t(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
allocEmpty(int n_nodes)
ST_Agnode_s
getFromList(int i)
void
reallocEmpty(int n_nodes)
void
resetList()
void
setInList(int idx, ST_Agnode_s value)
-
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, 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
-
Methods inherited from interface smetana.core.HardcodedStruct
copyDataFrom
-
-
-
-
Constructor Detail
-
ST_nlist_t
public ST_nlist_t(StarStruct parent)
-
ST_nlist_t
public ST_nlist_t()
-
-
Method Detail
-
reallocEmpty
public void reallocEmpty(int n_nodes)
-
allocEmpty
public void allocEmpty(int n_nodes)
-
setInList
public void setInList(int idx, ST_Agnode_s value)
-
getFromList
public ST_Agnode_s getFromList(int i)
-
resetList
public void resetList()
-
-