|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Structure | |
---|---|
com.ochafik.lang.jnaerator.runtime | |
com.ochafik.lang.jnaerator.runtime.globals |
Uses of Structure in com.ochafik.lang.jnaerator.runtime |
---|
Classes in com.ochafik.lang.jnaerator.runtime with type parameters of type Structure | |
---|---|
class |
Structure<S extends Structure<S,V,R>,V extends S,R extends S>
|
Subclasses of Structure in com.ochafik.lang.jnaerator.runtime | |
---|---|
class |
StringPointer
Deprecated. |
static class |
StringPointer.ByReference
Deprecated. |
static class |
StringPointer.ByValue
Deprecated. |
class |
WStringPointer
Deprecated. |
static class |
WStringPointer.ByReference
Deprecated. |
static class |
WStringPointer.ByValue
Deprecated. |
Methods in com.ochafik.lang.jnaerator.runtime with type parameters of type Structure | ||
---|---|---|
static
|
Structure.newArray(Class<S> structClass,
int arrayLength)
|
|
protected
|
Structure.setupClone(T clone,
StructureType dependency)
|
Methods in com.ochafik.lang.jnaerator.runtime that return Structure | ||
---|---|---|
S[] |
Structure.castToArray()
|
|
S[] |
Structure.castToArray(int size)
|
|
S[] |
Structure.castToArray(Structure[] array)
|
|
R[] |
Structure.castToReferenceArray()
|
|
R[] |
Structure.castToReferenceArray(int size)
|
|
V[] |
Structure.castToValueArray()
|
|
V[] |
Structure.castToValueArray(int size)
|
|
static
|
Structure.newArray(Class<S> structClass,
int arrayLength)
|
|
S[] |
Structure.toArray()
Deprecated. use castToArray instead |
|
S[] |
Structure.toArray(int size)
Deprecated. use castToArray instead |
|
S[] |
Structure.toArray(Structure[] array)
Deprecated. use castToArray instead |
|
R[] |
Structure.toReferenceArray()
Deprecated. use castToArray instead |
|
R[] |
Structure.toReferenceArray(int size)
Deprecated. use castToArray instead |
|
V[] |
Structure.toValueArray()
Deprecated. use castToArray instead |
|
V[] |
Structure.toValueArray(int size)
Deprecated. use castToArray instead |
Methods in com.ochafik.lang.jnaerator.runtime with parameters of type Structure | |
---|---|
int |
Structure.compareTo(Structure<S,V,R> o)
Simply does a memcmp between the two memory blocks of the two structures |
Uses of Structure in com.ochafik.lang.jnaerator.runtime.globals |
---|
Classes in com.ochafik.lang.jnaerator.runtime.globals with type parameters of type Structure | |
---|---|
class |
GlobalStruct<S extends Structure<?,?,?>>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |