Package h
Class ST_tna_t.Array
- java.lang.Object
-
- smetana.core.UnsupportedArrayOfStruct2
-
- h.ST_tna_t.Array
-
- All Implemented Interfaces:
__array_of_ptr__,__c__fields,__ptr__,Area
- Enclosing class:
- ST_tna_t
public static class ST_tna_t.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_tna_t.ArrayasPtr()intcomparePointerInternal(__array_of_ptr__ other)ST_tna_tget(int i)ST_tna_tgetStruct()intminus(ST_tna_t.Array other)ST_tna_t.Arraymove(int delta)ST_tna_t.Arrayplus(int delta)ST_tna_t.ArrayplusJ(int i)voidrealloc(size_t nb)ST_tna_t.ArrayreallocJ(int newsize)-
Methods inherited from class smetana.core.UnsupportedArrayOfStruct2
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getInternal, getPtr, getUID36, memcopyFrom, minus, realloc, setDouble, setDouble, setInt, setInt, setInternalByIndex, setPtr, setPtr, setStruct, 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, getPtr, getUID36, memcopyFrom, realloc, setDouble, setInt, setInternalByIndex, setPtr, setStruct, swap
-
Methods inherited from interface smetana.core.__c__fields
setDouble, setInt, setPtr, setStruct
-
Methods inherited from interface smetana.core.__ptr__
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getPtr, minus, setDouble, setInt, setPtr, setStruct, unsupported
-
-
-
-
Method Detail
-
asPtr
public ST_tna_t.Array asPtr()
- Specified by:
asPtrin interface__array_of_ptr__- Overrides:
asPtrin classUnsupportedArrayOfStruct2
-
getStruct
public ST_tna_t getStruct()
- Specified by:
getStructin interface__array_of_ptr__- Specified by:
getStructin interface__ptr__- Overrides:
getStructin classUnsupportedArrayOfStruct2
-
reallocJ
public ST_tna_t.Array reallocJ(int newsize)
-
plus
public ST_tna_t.Array plus(int delta)
- Specified by:
plusin interface__array_of_ptr__- Specified by:
plusin interface__ptr__
-
get
public ST_tna_t get(int i)
-
plusJ
public ST_tna_t.Array plusJ(int i)
-
minus
public int minus(ST_tna_t.Array other)
-
move
public ST_tna_t.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__
-
-