Package | Description |
---|---|
smetana.core | |
smetana.core.amiga |
Modifier and Type | Class and Description |
---|---|
class |
__array_of_cstring__ |
class |
__array_of_double__ |
class |
__array_of_integer__ |
class |
__array_of_ptr__ |
class |
__array_of_struct__ |
class |
__struct__<C extends __ptr__> |
class |
CFunctionImpl |
class |
CObject |
class |
CString |
class |
MutableDoublePtr |
Modifier and Type | Method and Description |
---|---|
Area |
__array_of_struct__.getInternal(int idx) |
Area |
__array_of_ptr__.getInternal(int idx) |
Area |
__array_of_integer__.getInternal(int idx) |
Area |
__array_of_double__.getInternal(int idx) |
Area |
__array_of_cstring__.getInternal(int idx) |
Modifier and Type | Method and Description |
---|---|
void |
__struct__.memcopyFrom(Area source) |
void |
__array_of_struct__.memcopyFrom(Area source) |
void |
__array_of_ptr__.memcopyFrom(Area source) |
void |
__array_of_integer__.memcopyFrom(Area source) |
void |
__array_of_double__.memcopyFrom(Area source) |
void |
__array_of_cstring__.memcopyFrom(Area source) |
void |
MutableDoublePtr.memcopyFrom(Area source) |
void |
CString.memcopyFrom(Area source) |
void |
CObject.memcopyFrom(Area source) |
void |
CFunctionImpl.memcopyFrom(Area source) |
void |
__array_of_struct__.setInternalByIndex(int idx,
Area value) |
void |
__array_of_ptr__.setInternalByIndex(int idx,
Area value) |
void |
__array_of_cstring__.setInternalByIndex(int idx,
Area value) |
Modifier and Type | Class and Description |
---|---|
class |
AreaDouble |
class |
AreaInt |
class |
StarArrayOfCString |
class |
StarArrayOfInteger |
class |
StarArrayOfPtr |
class |
StarArrayOfStruct |
class |
StarStar |
class |
StarStruct |
Modifier and Type | Method and Description |
---|---|
Area |
BuilderArea.createArea() |
static Area |
BucketToAreaFactory.createArea(Bucket bucket,
StarStruct parent) |
Area |
StarStruct.getArea(String name) |
Modifier and Type | Method and Description |
---|---|
void |
StarStruct.memcopyFrom(Area source) |
void |
StarStar.memcopyFrom(Area source) |
void |
StarArrayOfStruct.memcopyFrom(Area source) |
void |
StarArrayOfPtr.memcopyFrom(Area source) |
void |
StarArrayOfInteger.memcopyFrom(Area source) |
void |
StarArrayOfCString.memcopyFrom(Area source) |
void |
AreaInt.memcopyFrom(Area source) |
void |
AreaDouble.memcopyFrom(Area source) |
void |
Area.memcopyFrom(Area source) |
Copyright © 2016. All Rights Reserved.