Package de.intarsys.nativec.type
Class NativeVoidType
java.lang.Object
de.intarsys.nativec.type.NativeType
de.intarsys.nativec.type.NativeSimpleType
de.intarsys.nativec.type.NativeVoidType
- All Implemented Interfaces:
INativeType
- Direct Known Subclasses:
NativeFunction.NativeFunctionType
The meta class implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateNative
(INativeHandle handle) Create a newINativeObject
from aINativeHandle
.createNative
(Object value) Create anINativeObject
for this type from the Java object.int
The size of the type in c memory.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
-
NativeVoidType
protected NativeVoidType()
-
-
Method Details
-
createNative
Description copied from interface:INativeType
Create a newINativeObject
from aINativeHandle
.- Specified by:
createNative
in interfaceINativeType
- Overrides:
createNative
in classNativeType
- Parameters:
handle
- The handle to memory.- Returns:
- The new
INativeObject
-
createNative
Description copied from interface:INativeType
Create anINativeObject
for this type from the Java object.- Specified by:
createNative
in interfaceINativeType
- Overrides:
createNative
in classNativeType
- Returns:
- The new
INativeObject
-
getByteCount
public int getByteCount()Description copied from interface:INativeType
The size of the type in c memory.- Specified by:
getByteCount
in interfaceINativeType
- Overrides:
getByteCount
in classNativeType
- Returns:
- The size of the type in c memory.
-