intarsys nativeC library

Uses of Class
de.intarsys.nativec.type.NativeStruct

Packages that use NativeStruct
de.intarsys.nativec.type Here you find the data types and data structures for native c. 
 

Uses of NativeStruct in de.intarsys.nativec.type
 

Subclasses of NativeStruct in de.intarsys.nativec.type
 class NativeGenericStruct
          The generic struct may change its type at runtime.
 class NativeStaticStruct
          A struct with a statically defined type.
 

Methods in de.intarsys.nativec.type with parameters of type NativeStruct
 byte StructMember.getByte(NativeStruct struct, int index)
          Performance shortcut to access "byte" in the struct member.
 byte[] StructMember.getByteArray(NativeStruct struct, int index, int count)
          Performance shortcut to access "byte[]" in the struct member.
 long StructMember.getCLong(NativeStruct struct, int index)
          Performance shortcut to access "platform sized long" in the struct member.
 int StructMember.getInt(NativeStruct struct, int index)
          Performance shortcut to access "int" in the struct member.
 long StructMember.getLong(NativeStruct struct, int index)
          Performance shortcut to access "long" in the struct member.
 INativeHandle StructMember.getNativeHandle(NativeStruct struct, int index)
          Performance shortcut to access "INativeHandle" in the struct member.
 INativeObject StructMember.getNativeObject(NativeStruct struct)
           
 INativeObject NativeStructType.getNativeObject(NativeStruct struct, String name)
           
 short StructMember.getShort(NativeStruct struct, int index)
          Performance shortcut to access "short" in the struct member.
 String StructMember.getString(NativeStruct struct, int index)
          Performance shortcut to access "String" in the struct member.
 Object StructMember.getValue(NativeStruct struct)
           
 void StructMember.setByte(NativeStruct struct, int index, byte value)
          Performance shortcut to access "byte" in the struct member.
 void StructMember.setByteArray(NativeStruct struct, int index, byte[] value, int valueOffset, int valueCount)
          Performance shortcut to access "byte[]" in the struct member.
 void StructMember.setCLong(NativeStruct struct, int index, long value)
          Performance shortcut to access "platform sized long" in the struct member.
 void StructMember.setInt(NativeStruct struct, int index, int value)
          Performance shortcut to access "int" in the struct member.
 void StructMember.setLong(NativeStruct struct, int index, long value)
          Performance shortcut to access "long" in the struct member.
 void StructMember.setNativeHandle(NativeStruct struct, int index, INativeHandle value)
          Performance shortcut to access "INativeHandle" in the struct member.
 void StructMember.setShort(NativeStruct struct, int index, short value)
          Performance shortcut to access "short" in the struct member.
 void StructMember.setString(NativeStruct struct, int index, String value)
          Performance shortcut to access "String" in the struct member.
 void StructMember.setValue(NativeStruct struct, Object value)
           
 


intarsys nativeC library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.