Package h
Class ST_Agraph_s.Array
- java.lang.Object
-
- smetana.core.UnsupportedArrayOfStruct2
-
- h.ST_Agraph_s.Array
-
- All Implemented Interfaces:
__array_of_ptr__,__c__fields,__ptr__,Area
- Enclosing class:
- ST_Agraph_s
public static class ST_Agraph_s.Array extends UnsupportedArrayOfStruct2 implements __ptr__, __array_of_ptr__
-
-
Constructor Summary
Constructors Constructor Description Array(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ST_Agraph_s.ArrayasPtr()__ptr__castTo(java.lang.Class dest)intcomparePointerInternal(__array_of_ptr__ other)ST_Agraph_sget(int i)ST_Agraph_sgetPtr()ST_Agraph_sgetStruct()intminus(ST_Agraph_s.Array other)ST_Agraph_s.Arraymove(int delta)ST_Agraph_s.Arrayplus(int delta)ST_Agraph_s.ArrayplusJ(int i)voidrealloc(size_t nb)ST_Agraph_s.ArrayreallocJ(int newsize)voidsetPtr(__ptr__ value)voidsetStruct(java.lang.String fieldName, __struct__ data)-
Methods inherited from class smetana.core.UnsupportedArrayOfStruct2
addVirtualBytes, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getInternal, getUID36, memcopyFrom, minus, realloc, setDouble, setDouble, setInt, setInt, setInternalByIndex, setPtr, setStruct, swap, 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.__array_of_ptr__
getInt, getInternal, getUID36, memcopyFrom, realloc, setDouble, setInt, setInternalByIndex, setStruct, swap
-
Methods inherited from interface smetana.core.__c__fields
setDouble, setInt, setPtr
-
Methods inherited from interface smetana.core.__ptr__
addVirtualBytes, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, minus, setDouble, setInt, setStruct, unsupported
-
-
-
-
Method Detail
-
setStruct
public void setStruct(java.lang.String fieldName, __struct__ data)- Specified by:
setStructin interface__c__fields- Overrides:
setStructin classUnsupportedArrayOfStruct2
-
castTo
public __ptr__ castTo(java.lang.Class dest)
- Specified by:
castToin interface__ptr__- Overrides:
castToin classUnsupportedArrayOfStruct2
-
setPtr
public void setPtr(__ptr__ value)
- Specified by:
setPtrin interface__array_of_ptr__- Specified by:
setPtrin interface__ptr__- Overrides:
setPtrin classUnsupportedArrayOfStruct2
-
getPtr
public ST_Agraph_s getPtr()
- Specified by:
getPtrin interface__array_of_ptr__- Specified by:
getPtrin interface__ptr__- Overrides:
getPtrin classUnsupportedArrayOfStruct2
-
asPtr
public ST_Agraph_s.Array asPtr()
- Specified by:
asPtrin interface__array_of_ptr__- Overrides:
asPtrin classUnsupportedArrayOfStruct2
-
getStruct
public ST_Agraph_s getStruct()
- Specified by:
getStructin interface__array_of_ptr__- Specified by:
getStructin interface__ptr__- Overrides:
getStructin classUnsupportedArrayOfStruct2
-
reallocJ
public ST_Agraph_s.Array reallocJ(int newsize)
-
plus
public ST_Agraph_s.Array plus(int delta)
- Specified by:
plusin interface__array_of_ptr__- Specified by:
plusin interface__ptr__
-
get
public ST_Agraph_s get(int i)
-
plusJ
public ST_Agraph_s.Array plusJ(int i)
-
minus
public int minus(ST_Agraph_s.Array other)
-
move
public ST_Agraph_s.Array move(int delta)
- Specified by:
movein interface__array_of_ptr__
-
realloc
public void realloc(size_t nb)
- Specified by:
reallocin interface__array_of_ptr__
-
comparePointerInternal
public int comparePointerInternal(__array_of_ptr__ other)
- Specified by:
comparePointerInternalin interface__array_of_ptr__
-
-