Package de.intarsys.nativec.type
Class NativeFunction.NativeFunctionType
java.lang.Object
de.intarsys.nativec.type.NativeType
de.intarsys.nativec.type.NativeSimpleType
de.intarsys.nativec.type.NativeVoidType
de.intarsys.nativec.type.NativeFunction.NativeFunctionType
- All Implemented Interfaces:
INativeType
- Enclosing class:
NativeFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateNative
(INativeHandle handle) Create a newINativeObject
from aINativeHandle
.Methods inherited from class de.intarsys.nativec.type.NativeVoidType
createNative, getByteCount
Methods inherited from class de.intarsys.nativec.type.NativeSimpleType
getPreferredBoundary
Methods inherited from class de.intarsys.nativec.type.NativeType
Array, lookup, Ref, register
-
Constructor Details
-
NativeFunctionType
public NativeFunctionType()
-
-
Method Details
-
createNative
Description copied from interface:INativeType
Create a newINativeObject
from aINativeHandle
.- Specified by:
createNative
in interfaceINativeType
- Overrides:
createNative
in classNativeVoidType
- Parameters:
handle
- The handle to memory.- Returns:
- The new
INativeObject
-