Package h
Class ST_object_t.Array
- java.lang.Object
-
- smetana.core.UnsupportedArrayOfStruct2
-
- h.ST_object_t.Array
-
- All Implemented Interfaces:
__array_of_ptr__,__c__fields,__ptr__,Area
- Enclosing class:
- ST_object_t
public static class ST_object_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_object_t.ArrayasPtr()intcomparePointerInternal(__array_of_ptr__ other)ST_object_tget(int i)ST_object_tgetStruct()intminus(ST_object_t.Array other)ST_object_t.Arraymove(int delta)ST_object_t.Arrayplus(int delta)ST_object_t.ArrayplusJ(int i)voidrealloc(size_t nb)ST_object_t.ArrayreallocJ(int newsize)__ptr__setPtr(java.lang.String fieldName, __ptr__ data)voidsetStruct(java.lang.String fieldName, __struct__ data)-
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, 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
-
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_object_t.Array asPtr()
- Specified by:
asPtrin interface__array_of_ptr__- Overrides:
asPtrin classUnsupportedArrayOfStruct2
-
getStruct
public ST_object_t getStruct()
- Specified by:
getStructin interface__array_of_ptr__- Specified by:
getStructin interface__ptr__- Overrides:
getStructin classUnsupportedArrayOfStruct2
-
setPtr
public __ptr__ setPtr(java.lang.String fieldName, __ptr__ data)
- Specified by:
setPtrin interface__c__fields- Overrides:
setPtrin classUnsupportedArrayOfStruct2
-
setStruct
public void setStruct(java.lang.String fieldName, __struct__ data)- Specified by:
setStructin interface__c__fields- Overrides:
setStructin classUnsupportedArrayOfStruct2
-
reallocJ
public ST_object_t.Array reallocJ(int newsize)
-
plus
public ST_object_t.Array plus(int delta)
- Specified by:
plusin interface__array_of_ptr__- Specified by:
plusin interface__ptr__
-
get
public ST_object_t get(int i)
-
plusJ
public ST_object_t.Array plusJ(int i)
-
minus
public int minus(ST_object_t.Array other)
-
move
public ST_object_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__
-
-