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

N

NativeArray - Class in de.intarsys.nativec.type
An INativeObject that represents a homogeneous (this means of equal length and type) sequence of other INativeObject instances.
NativeArrayType - Class in de.intarsys.nativec.type
The type for a NativeArray
NativeBuffer - Class in de.intarsys.nativec.type
A wrapper for a sequence of bytes.
NativeBuffer(byte[]) - Constructor for class de.intarsys.nativec.type.NativeBuffer
 
NativeBuffer(ByteBuffer) - Constructor for class de.intarsys.nativec.type.NativeBuffer
 
NativeBuffer(int) - Constructor for class de.intarsys.nativec.type.NativeBuffer
 
NativeBufferType - Class in de.intarsys.nativec.type
The meta class implementation
NativeByte - Class in de.intarsys.nativec.type
A wrapper for a primitive byte.
NativeByte() - Constructor for class de.intarsys.nativec.type.NativeByte
Create a new wrapper
NativeByte(byte) - Constructor for class de.intarsys.nativec.type.NativeByte
Create a new wrapper
NativeByteType - Class in de.intarsys.nativec.type
The meta class implementation
NativeGenericStruct - Class in de.intarsys.nativec.type
The generic struct may change its type at runtime.
NativeInt - Class in de.intarsys.nativec.type
A wrapper for a primitive int (which is always 4 bytes except on ILP64 systems which can be treated as non-existent for our purposes).
NativeInt() - Constructor for class de.intarsys.nativec.type.NativeInt
Create a new wrapper
NativeInt(long) - Constructor for class de.intarsys.nativec.type.NativeInt
Create a new wrapper
NativeInterface - Class in de.intarsys.nativec.api
Access the VM singleton for INativeInterface.
NativeInterface() - Constructor for class de.intarsys.nativec.api.NativeInterface
 
NativeIntType - Class in de.intarsys.nativec.type
The meta class implementation
NativeLong - Class in de.intarsys.nativec.type
A wrapper for a primitive long.
NativeLong() - Constructor for class de.intarsys.nativec.type.NativeLong
Create a new wrapper
NativeLong(long) - Constructor for class de.intarsys.nativec.type.NativeLong
Create a new wrapper
NativeLongType - Class in de.intarsys.nativec.type
The meta class implementation
NativeNumber - Class in de.intarsys.nativec.type
An abstract superclass for the implementation of number NativeSimple.
NativeNumberType - Class in de.intarsys.nativec.type
The meta class implementation
NativeObject - Class in de.intarsys.nativec.type
An instance of an external (C memory) represented object.
NativeReference - Class in de.intarsys.nativec.type
An object representing a reference to another object ("pointer").
NativeReferenceType - Class in de.intarsys.nativec.type
A declaration for a slot containing a reference to a native object.
NativeShort - Class in de.intarsys.nativec.type
A wrapper for a primitive short.
NativeShort() - Constructor for class de.intarsys.nativec.type.NativeShort
Create a new wrapper
NativeShort(short) - Constructor for class de.intarsys.nativec.type.NativeShort
Create a new wrapper
NativeShortType - Class in de.intarsys.nativec.type
The meta class implementation
NativeSimple - Class in de.intarsys.nativec.type
An abstract superclass for the implementation of primitive NativeObject instances.
NativeSimpleType - Class in de.intarsys.nativec.type
The meta class implementation
NativeStaticStruct - Class in de.intarsys.nativec.type
A struct with a statically defined type.
NativeString - Class in de.intarsys.nativec.type
A wrapper for a C single byte null terminated string.
NativeString(String) - Constructor for class de.intarsys.nativec.type.NativeString
 
NativeStringType - Class in de.intarsys.nativec.type
The meta class implementation
NativeStruct - Class in de.intarsys.nativec.type
An abstract superclass for the implementation of structured NativeObject instances.
NativeStruct() - Constructor for class de.intarsys.nativec.type.NativeStruct
 
NativeStruct(INativeHandle) - Constructor for class de.intarsys.nativec.type.NativeStruct
 
NativeStructType - Class in de.intarsys.nativec.type
The meta class implementation
NativeTools - Class in de.intarsys.nativec.api
Tool class for for dealing with the native framework.
NativeTools() - Constructor for class de.intarsys.nativec.api.NativeTools
 
NativeType - Class in de.intarsys.nativec.type
A common superclass for INativeType implementations
NativeVoid - Class in de.intarsys.nativec.type
An object representing "void" (nothing)
NativeVoid() - Constructor for class de.intarsys.nativec.type.NativeVoid
Create a new wrapper instance
NativeVoidType - Class in de.intarsys.nativec.type
The meta class implementation
NativeWideString - Class in de.intarsys.nativec.type
A wrapper for a C wide (double byte) string.
NativeWideString(String) - Constructor for class de.intarsys.nativec.type.NativeWideString
 
NativeWideStringType - Class in de.intarsys.nativec.type
The meta class implementation
NULL - Static variable in class de.intarsys.nativec.api.NativeInterface
 

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.