Package h
Class ST_Pedge_t.Array
- java.lang.Object
-
- smetana.core.UnsupportedArrayOfStruct2
-
- h.ST_Pedge_t.Array
-
- All Implemented Interfaces:
__array_of_ptr__
,__c__fields
,__ptr__
,Area
- Enclosing class:
- ST_Pedge_t
public static class ST_Pedge_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_Pedge_t.Array
asPtr()
int
comparePointerInternal(__array_of_ptr__ other)
ST_Pedge_t
get(int i)
ST_Pedge_t
getStruct()
int
minus(ST_Pedge_t.Array other)
ST_Pedge_t.Array
move(int delta)
ST_Pedge_t.Array
plus(int delta)
ST_Pedge_t.Array
plusJ(int i)
void
realloc(size_t nb)
ST_Pedge_t.Array
reallocJ(int newsize)
void
setStruct(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, 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, setPtr
-
Methods inherited from interface smetana.core.__ptr__
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getPtr, minus, setDouble, setInt, setPtr, setStruct, unsupported
-
-
-
-
Method Detail
-
setStruct
public void setStruct(java.lang.String fieldName, __struct__ data)
- Specified by:
setStruct
in interface__c__fields
- Overrides:
setStruct
in classUnsupportedArrayOfStruct2
-
asPtr
public ST_Pedge_t.Array asPtr()
- Specified by:
asPtr
in interface__array_of_ptr__
- Overrides:
asPtr
in classUnsupportedArrayOfStruct2
-
getStruct
public ST_Pedge_t getStruct()
- Specified by:
getStruct
in interface__array_of_ptr__
- Specified by:
getStruct
in interface__ptr__
- Overrides:
getStruct
in classUnsupportedArrayOfStruct2
-
reallocJ
public ST_Pedge_t.Array reallocJ(int newsize)
-
plus
public ST_Pedge_t.Array plus(int delta)
- Specified by:
plus
in interface__array_of_ptr__
- Specified by:
plus
in interface__ptr__
-
get
public ST_Pedge_t get(int i)
-
plusJ
public ST_Pedge_t.Array plusJ(int i)
-
minus
public int minus(ST_Pedge_t.Array other)
-
move
public ST_Pedge_t.Array move(int delta)
- Specified by:
move
in interface__array_of_ptr__
-
realloc
public void realloc(size_t nb)
- Specified by:
realloc
in interface__array_of_ptr__
-
comparePointerInternal
public int comparePointerInternal(__array_of_ptr__ other)
- Specified by:
comparePointerInternal
in interface__array_of_ptr__
-
-