Package h
Class ST_elist
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields,__ptr__,__struct__,AllH,Area,InternalData,StarStruct,HardcodedStruct
public class ST_elist extends UnsupportedStructAndPtr implements HardcodedStruct
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<ST_Agedge_s>listintsize-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_elist()ST_elist(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void___(__struct__ other)ST_elistcopy()voidcopyDataFrom(__struct__ other)voidfree()__ptr__getFromList(int i)booleanlistNotNull()voidmallocEmpty(int nb)voidrealloc(int nb)voidsetInList(int idx, java.lang.Object value)voidsetStruct(__struct__ value)-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
____, amp, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, castTo, comparePointer, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getStruct, getUID36, isSameThan, memcopyFrom, minus, plus, setDouble, setDouble, setInt, setInt, setPtr, setPtr, 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
-
size
public int size
-
list
public java.util.List<ST_Agedge_s> list
-
-
Constructor Detail
-
ST_elist
public ST_elist()
-
ST_elist
public ST_elist(StarStruct parent)
-
-
Method Detail
-
copyDataFrom
public void copyDataFrom(__struct__ other)
- Specified by:
copyDataFromin interface__ptr__- Specified by:
copyDataFromin interfaceHardcodedStruct- Specified by:
copyDataFromin interfaceStarStruct- Overrides:
copyDataFromin classUnsupportedStarStruct
-
setStruct
public void setStruct(__struct__ value)
- Specified by:
setStructin interface__ptr__- Specified by:
setStructin interfaceStarStruct- Overrides:
setStructin classUnsupportedStarStruct
-
___
public void ___(__struct__ other)
- Specified by:
___in interface__struct__- Overrides:
___in classUnsupportedStructAndPtr
-
copy
public ST_elist copy()
- Specified by:
copyin interface__struct__- Overrides:
copyin classUnsupportedStructAndPtr
-
listNotNull
public boolean listNotNull()
-
mallocEmpty
public void mallocEmpty(int nb)
-
realloc
public void realloc(int nb)
-
free
public void free()
-
setInList
public void setInList(int idx, java.lang.Object value)
-
getFromList
public __ptr__ getFromList(int i)
-
-