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.Array
asPtr()
__ptr__
castTo(java.lang.Class dest)
int
comparePointerInternal(__array_of_ptr__ other)
ST_Agraph_s
get(int i)
ST_Agraph_s
getPtr()
ST_Agraph_s
getStruct()
int
minus(ST_Agraph_s.Array other)
ST_Agraph_s.Array
move(int delta)
ST_Agraph_s.Array
plus(int delta)
ST_Agraph_s.Array
plusJ(int i)
void
realloc(size_t nb)
ST_Agraph_s.Array
reallocJ(int newsize)
void
setPtr(__ptr__ value)
void
setStruct(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:
setStruct
in interface__c__fields
- Overrides:
setStruct
in classUnsupportedArrayOfStruct2
-
castTo
public __ptr__ castTo(java.lang.Class dest)
- Specified by:
castTo
in interface__ptr__
- Overrides:
castTo
in classUnsupportedArrayOfStruct2
-
setPtr
public void setPtr(__ptr__ value)
- Specified by:
setPtr
in interface__array_of_ptr__
- Specified by:
setPtr
in interface__ptr__
- Overrides:
setPtr
in classUnsupportedArrayOfStruct2
-
getPtr
public ST_Agraph_s getPtr()
- Specified by:
getPtr
in interface__array_of_ptr__
- Specified by:
getPtr
in interface__ptr__
- Overrides:
getPtr
in classUnsupportedArrayOfStruct2
-
asPtr
public ST_Agraph_s.Array asPtr()
- Specified by:
asPtr
in interface__array_of_ptr__
- Overrides:
asPtr
in classUnsupportedArrayOfStruct2
-
getStruct
public ST_Agraph_s getStruct()
- Specified by:
getStruct
in interface__array_of_ptr__
- Specified by:
getStruct
in interface__ptr__
- Overrides:
getStruct
in classUnsupportedArrayOfStruct2
-
reallocJ
public ST_Agraph_s.Array reallocJ(int newsize)
-
plus
public ST_Agraph_s.Array plus(int delta)
- Specified by:
plus
in interface__array_of_ptr__
- Specified by:
plus
in 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:
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__
-
-