public class __array_of_ptr_impl__ extends Object implements __array_of_ptr__
| Modifier and Type | Method and Description |
|---|---|
__ptr__ |
asPtr() |
int |
comparePointerInternal(__array_of_ptr__ other2) |
CString |
getCString() |
double |
getDouble(String fieldName) |
int |
getInt() |
Area |
getInternal(int idx) |
__ptr__ |
getPtr() |
__struct__ |
getStruct() |
__struct__ |
getStruct(String fieldName) |
String |
getUID36() |
static __array_of_ptr__ |
malloc_allocated(Class cl,
int nb) |
static __array_of_ptr__ |
malloc_empty(int nb) |
void |
memcopyFrom(Area source) |
__array_of_ptr_impl__ |
move(int delta) |
__array_of_ptr_impl__ |
plus(int delta) |
void |
realloc(int nb) |
void |
setCString(CString value) |
void |
setDouble(String fieldName,
double value) |
void |
setInt(int value) |
void |
setInternalByIndex(int idx,
Area value) |
void |
setPtr(__ptr__ value) |
void |
setStruct(__struct__ value) |
void |
swap(int i,
int j) |
String |
toString() |
public String getUID36()
getUID36 in interface __array_of_ptr__public void memcopyFrom(Area source)
memcopyFrom in interface __array_of_ptr__memcopyFrom in interface Areapublic void swap(int i,
int j)
swap in interface __array_of_ptr__public void realloc(int nb)
realloc in interface __array_of_ptr__public __ptr__ asPtr()
asPtr in interface __array_of_ptr__public int comparePointerInternal(__array_of_ptr__ other2)
comparePointerInternal in interface __array_of_ptr__public static __array_of_ptr__ malloc_allocated(Class cl, int nb)
public static __array_of_ptr__ malloc_empty(int nb)
public __array_of_ptr_impl__ move(int delta)
move in interface __array_of_ptr__public __array_of_ptr_impl__ plus(int delta)
plus in interface __array_of_ptr__public Area getInternal(int idx)
getInternal in interface __array_of_ptr__public void setInternalByIndex(int idx,
Area value)
setInternalByIndex in interface __array_of_ptr__public int getInt()
getInt in interface __array_of_ptr__public CString getCString()
getCString in interface __array_of_ptr__public __ptr__ getPtr()
getPtr in interface __array_of_ptr__public __struct__ getStruct()
getStruct in interface __array_of_ptr__public void setInt(int value)
setInt in interface __array_of_ptr__public void setCString(CString value)
setCString in interface __array_of_ptr__public void setPtr(__ptr__ value)
setPtr in interface __array_of_ptr__public void setStruct(__struct__ value)
setStruct in interface __array_of_ptr__public double getDouble(String fieldName)
getDouble in interface __array_of_ptr__public void setDouble(String fieldName, double value)
setDouble in interface __array_of_ptr__public __struct__ getStruct(String fieldName)
getStruct in interface __array_of_ptr__Copyright © 2017. All rights reserved.