de.intarsys.nativec.type
Class NativeStruct.MetaClass
java.lang.Object
de.intarsys.nativec.type.NativeType
de.intarsys.nativec.type.NativeJavaType
de.intarsys.nativec.type.NativeObject.MetaClass
de.intarsys.nativec.type.NativeStruct.MetaClass
- All Implemented Interfaces:
- INativeType
- Enclosing class:
- NativeStruct
public static class NativeStruct.MetaClass
- extends NativeObject.MetaClass
The meta class implementation
declare
public StructMember declare(String member,
INativeType declaration)
getSize
public int getSize()
- Description copied from interface:
INativeType
- The size of the type in c memory.
- Specified by:
getSize
in interface INativeType
- Overrides:
getSize
in class NativeType
- Returns:
- The size of the type in c memory.
getStructDeclaration
public StructDeclaration getStructDeclaration()
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.