intarsys nativeC library
A B C D E F G H I L M N O P R S T W

G

get() - Static method in class de.intarsys.nativec.api.NativeInterface
 
getAddress() - Method in interface de.intarsys.nativec.api.INativeHandle
The start address of the memory chunk
getArraySize() - Method in class de.intarsys.nativec.type.NativeArrayType
 
getBaseSize() - Method in class de.intarsys.nativec.type.NativeArrayType
 
getBaseType() - Method in class de.intarsys.nativec.type.NativeArray
 
getBaseType() - Method in class de.intarsys.nativec.type.NativeArrayType
 
getBaseType() - Method in class de.intarsys.nativec.type.NativeReference
 
getBaseType() - Method in class de.intarsys.nativec.type.NativeReferenceType
 
getBufferSize() - Method in class de.intarsys.nativec.type.NativeBufferType
 
getByte(int) - Method in interface de.intarsys.nativec.api.INativeHandle
Marshal the data at byte offset index from the start of the memory chunk to a byte.
getByte(int) - Method in class de.intarsys.nativec.type.NativeObject
The byte at index as a native byte.
getByte(NativeStruct, int) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "byte" in the struct member.
getByteArray(int, int) - Method in interface de.intarsys.nativec.api.INativeHandle
Marshal the data at byte offset index from the start of the memory chunk to a byte array of length count.
getByteArray(int, int) - Method in class de.intarsys.nativec.type.NativeObject
The element at index as an array of native byte with dimension count.
getByteArray(NativeStruct, int, int) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "byte[]" in the struct member.
getByteBoundary() - Method in class de.intarsys.nativec.type.NativeStructType
 
getByteCount() - Method in interface de.intarsys.nativec.type.INativeType
The size of the type in c memory.
getByteCount() - Method in class de.intarsys.nativec.type.NativeArray
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeArrayType
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeBuffer
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeBufferType
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeByteType
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeIntType
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeLongType
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeObject
The number of bytes occupied by this.
getByteCount() - Method in class de.intarsys.nativec.type.NativeReference
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeReferenceType
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeShortType
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeSimple
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeString
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeStringType
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeStruct
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeStructType
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeType
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeVoidType
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeWideString
 
getByteCount() - Method in class de.intarsys.nativec.type.NativeWideStringType
 
getBytes() - Method in interface de.intarsys.nativec.type.INativeObject
The bytes that make up the INativeObject.
getBytes() - Method in class de.intarsys.nativec.type.NativeObject
The bytes copied from C-memory that represent this.
getByteSize() - Method in class de.intarsys.nativec.type.NativeStructType
The total size of the StructDeclaration.
getCLong(int) - Method in interface de.intarsys.nativec.api.INativeHandle
Marshal the data at byte offset index from the start of the memory chunk to a long.
getCLong(int) - Method in class de.intarsys.nativec.type.NativeObject
The element at index as a native long.
getCLong(NativeStruct, int) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "platform sized long" in the struct member.
getField(String) - Method in class de.intarsys.nativec.type.NativeStructType
 
getFields() - Method in class de.intarsys.nativec.type.NativeStructType
The collection of StructMember instances in declaration order.
getFieldsSize() - Method in class de.intarsys.nativec.type.NativeStructType
 
getFunction(String) - Method in interface de.intarsys.nativec.api.INativeLibrary
Lookup a INativeFunction from the library.
getGlobal(String) - Method in interface de.intarsys.nativec.api.INativeLibrary
Lookup a global in the library.
getInt(int) - Method in interface de.intarsys.nativec.api.INativeHandle
Marshal the data at byte offset index from the start of the memory chunk to an int.
getInt(int) - Method in class de.intarsys.nativec.type.NativeObject
The element at index as a native int.
getInt(NativeStruct, int) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "int" in the struct member.
getLong(int) - Method in interface de.intarsys.nativec.api.INativeHandle
Marshal the data at byte offset index from the start of the memory chunk to a long value (which is always 8 byte).
getLong(NativeStruct, int) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "long" in the struct member.
getName() - Static method in class de.intarsys.nativec.api.NativeInterface
 
getName() - Method in class de.intarsys.nativec.type.StructMember
The slots name.
getNativeHandle(int) - Method in interface de.intarsys.nativec.api.INativeHandle
Marshal the data at byte offset index from the start of the memory chunk to an INativeHandle.
getNativeHandle() - Method in interface de.intarsys.nativec.type.INativeObject
The INativeHandle to the c memory for the object.
getNativeHandle() - Method in class de.intarsys.nativec.type.NativeObject
The C-Pointer where the associated memory is found.
getNativeHandle(int) - Method in class de.intarsys.nativec.type.NativeObject
 
getNativeHandle(NativeStruct, int) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "INativeHandle" in the struct member.
getNativeObject(int) - Method in class de.intarsys.nativec.type.NativeArray
The INativeObject at index in the sequence (the index'th element of the array).
getNativeObject(String) - Method in class de.intarsys.nativec.type.NativeStruct
The NativeObject at the named slot name.
getNativeObject(NativeStruct, String) - Method in class de.intarsys.nativec.type.NativeStructType
 
getNativeObject(NativeStruct) - Method in class de.intarsys.nativec.type.StructMember
 
getNativeType() - Method in interface de.intarsys.nativec.type.INativeObject
The INativeType for the object.
getNativeType() - Method in class de.intarsys.nativec.type.NativeArray
 
getNativeType() - Method in class de.intarsys.nativec.type.NativeBuffer
 
getNativeType() - Method in class de.intarsys.nativec.type.NativeByte
 
getNativeType() - Method in class de.intarsys.nativec.type.NativeGenericStruct
 
getNativeType() - Method in class de.intarsys.nativec.type.NativeInt
 
getNativeType() - Method in class de.intarsys.nativec.type.NativeLong
 
getNativeType() - Method in class de.intarsys.nativec.type.NativeObject
The meta information and behavior for the NativeObject.
getNativeType() - Method in class de.intarsys.nativec.type.NativeReference
 
getNativeType() - Method in class de.intarsys.nativec.type.NativeShort
 
getNativeType() - Method in class de.intarsys.nativec.type.NativeString
 
getNativeType() - Method in class de.intarsys.nativec.type.NativeVoid
 
getNativeType() - Method in class de.intarsys.nativec.type.NativeWideString
 
getPacking() - Method in class de.intarsys.nativec.type.NativeStructType
 
getParameterTypes() - Method in interface de.intarsys.nativec.api.ICallback
 
getPreferredBoundary() - Method in interface de.intarsys.nativec.type.INativeType
The boundary where this type as a struct member would want to be aligned.
getPreferredBoundary() - Method in class de.intarsys.nativec.type.NativeArrayType
 
getPreferredBoundary() - Method in class de.intarsys.nativec.type.NativeType
 
getReturnType() - Method in interface de.intarsys.nativec.api.ICallback
 
getShort(int) - Method in interface de.intarsys.nativec.api.INativeHandle
Marshal the data at byte offset index from the start of the memory chunk to a short.
getShort(int) - Method in class de.intarsys.nativec.type.NativeObject
The element at index as a native short.
getShort(NativeStruct, int) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "short" in the struct member.
getSize() - Method in interface de.intarsys.nativec.api.INativeHandle
The size for the handle in bytes.
getSize() - Method in class de.intarsys.nativec.type.NativeArray
The number of NativeObject instances in the sequence represented by this (in other terms the array size).
getSize() - Method in class de.intarsys.nativec.type.NativeBuffer
The number of elements in the NativeBuffer
getString() - Method in class de.intarsys.nativec.api.CWideString
 
getString(int) - Method in interface de.intarsys.nativec.api.INativeHandle
Marshal the data at byte offset index from the start of the memory chunk to a String.
getString(int) - Method in class de.intarsys.nativec.type.NativeObject
 
getString(NativeStruct, int) - Method in class de.intarsys.nativec.type.StructMember
Performance shortcut to access "String" in the struct member.
getStructType() - Method in class de.intarsys.nativec.type.NativeGenericStruct
 
getStructType() - Method in class de.intarsys.nativec.type.NativeStruct
 
getValue() - Method in interface de.intarsys.nativec.type.INativeObject
A Java side representation from the memory.
getValue() - Method in class de.intarsys.nativec.type.NativeArray
 
getValue(int) - Method in class de.intarsys.nativec.type.NativeArray
 
getValue() - Method in class de.intarsys.nativec.type.NativeBuffer
 
getValue() - Method in class de.intarsys.nativec.type.NativeByte
 
getValue() - Method in class de.intarsys.nativec.type.NativeInt
 
getValue() - Method in class de.intarsys.nativec.type.NativeLong
 
getValue() - Method in class de.intarsys.nativec.type.NativeReference
 
getValue() - Method in class de.intarsys.nativec.type.NativeShort
 
getValue() - Method in class de.intarsys.nativec.type.NativeString
 
getValue() - Method in class de.intarsys.nativec.type.NativeStruct
 
getValue() - Method in class de.intarsys.nativec.type.NativeVoid
 
getValue() - Method in class de.intarsys.nativec.type.NativeWideString
 
getValue(NativeStruct) - Method in class de.intarsys.nativec.type.StructMember
 
getWideString(int) - Method in interface de.intarsys.nativec.api.INativeHandle
Marshal the data at byte offset index from the start of the memory chunk to a String using the platform wide character conversion.
getWideString(int) - Method in class de.intarsys.nativec.type.NativeObject
 

intarsys nativeC library
A B C D E F G H I L M N O P R S T W
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.