Package h
Class ST_xlabel_t.Array
- java.lang.Object
-
- smetana.core.UnsupportedArrayOfStruct2
-
- h.ST_xlabel_t.Array
-
- All Implemented Interfaces:
__array_of_ptr__,__c__fields,__ptr__,Area
- Enclosing class:
- ST_xlabel_t
public static class ST_xlabel_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_xlabel_t.ArrayasPtr()intcomparePointerInternal(__array_of_ptr__ other)ST_xlabel_tget(int i)__ptr__getPtr()ST_xlabel_tgetStruct()intminus(ST_xlabel_t.Array other)ST_xlabel_t.Arraymove(int delta)ST_xlabel_t.Arrayplus(int delta)ST_xlabel_t.ArrayplusJ(int i)voidrealloc(size_t nb)ST_xlabel_t.ArrayreallocJ(int newsize)voidsetDouble(java.lang.String fieldName, double value)voidsetInt(java.lang.String fieldName, int data)voidsetStruct(__struct__ value)-
Methods inherited from class smetana.core.UnsupportedArrayOfStruct2
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getInternal, getUID36, memcopyFrom, minus, realloc, setDouble, setInt, setInternalByIndex, setPtr, 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, setInt, setInternalByIndex, setPtr, swap
-
Methods inherited from interface smetana.core.__c__fields
setPtr, setStruct
-
Methods inherited from interface smetana.core.__ptr__
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, minus, setDouble, setInt, setPtr, unsupported
-
-
-
-
Method Detail
-
setInt
public void setInt(java.lang.String fieldName, int data)- Specified by:
setIntin interface__c__fields- Overrides:
setIntin classUnsupportedArrayOfStruct2
-
setStruct
public void setStruct(__struct__ value)
- Specified by:
setStructin interface__array_of_ptr__- Specified by:
setStructin interface__ptr__- Overrides:
setStructin classUnsupportedArrayOfStruct2
-
asPtr
public ST_xlabel_t.Array asPtr()
- Specified by:
asPtrin interface__array_of_ptr__- Overrides:
asPtrin classUnsupportedArrayOfStruct2
-
setDouble
public void setDouble(java.lang.String fieldName, double value)- Specified by:
setDoublein interface__array_of_ptr__- Specified by:
setDoublein interface__c__fields- Overrides:
setDoublein classUnsupportedArrayOfStruct2
-
getStruct
public ST_xlabel_t getStruct()
- Specified by:
getStructin interface__array_of_ptr__- Specified by:
getStructin interface__ptr__- Overrides:
getStructin classUnsupportedArrayOfStruct2
-
getPtr
public __ptr__ getPtr()
- Specified by:
getPtrin interface__array_of_ptr__- Specified by:
getPtrin interface__ptr__- Overrides:
getPtrin classUnsupportedArrayOfStruct2
-
reallocJ
public ST_xlabel_t.Array reallocJ(int newsize)
-
plus
public ST_xlabel_t.Array plus(int delta)
- Specified by:
plusin interface__array_of_ptr__- Specified by:
plusin interface__ptr__
-
get
public ST_xlabel_t get(int i)
-
plusJ
public ST_xlabel_t.Array plusJ(int i)
-
minus
public int minus(ST_xlabel_t.Array other)
-
move
public ST_xlabel_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__
-
-