Package de.intarsys.nativec.type
package de.intarsys.nativec.type
-
ClassDescriptionThe Java object representation of a c memory construct.The type (factory) for
INativeObject
instances.A meta class implementationAnINativeObject
that represents a homogeneous (this means of equal length and type) sequence of otherINativeObject
instances.The type for aNativeArray
A wrapper for a sequence of bytes.The meta class implementationA wrapper for a primitive byte.The meta class implementationThe generic struct may change its type at runtime.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).The meta class implementationA wrapper for a primitive long.A wrapper for the Windows type LONG_PTR.The meta class implementationThe meta class implementationAn abstract superclass for the implementation of numberNativeSimple
.The meta class implementationAn instance of an external (C memory) represented object.NativeReference<T extends INativeObject>An object representing a reference to another object ("pointer").A declaration for a slot containing a reference to a native object.A wrapper for a primitive short.The meta class implementationAn abstract superclass for the implementation of primitiveNativeObject
instances.The meta class implementationA struct with a statically defined type.A wrapper for a C single byte null terminated string.The meta class implementationAn abstract superclass for the implementation of structuredNativeObject
instances.The meta class implementationA common superclass forINativeType
implementationsAn object representing "void" ("nothing" or rather nothing we can specify more explicitly).The meta class implementationA wrapper for a C wide (double byte) string.The meta class implementationA field definition within aNativeStructType
.