jnr.ffi
Class Union

java.lang.Object
  extended by jnr.ffi.Struct
      extended by jnr.ffi.Union

public abstract class Union
extends Struct

Represents a C union


Nested Class Summary
 
Nested classes/interfaces inherited from class jnr.ffi.Struct
Struct.AbstractBoolean, Struct.AbstractMember, Struct.Address, Struct.AsciiString, Struct.AsciiStringRef, Struct.blkcnt_t, Struct.blksize_t, Struct.Boolean, Struct.caddr_t, Struct.clock_t, Struct.dev_t, Struct.Double, Struct.Enum<T extends Enum<T>>, Struct.Enum16<E extends Enum<E>>, Struct.Enum32<E extends Enum<E>>, Struct.Enum64<E extends Enum<E>>, Struct.Enum8<E extends Enum<E>>, Struct.EnumField<E>, Struct.EnumLong<E extends Enum<E>>, Struct.Float, Struct.fsblkcnt_t, Struct.fsfilcnt_t, Struct.gid_t, Struct.id_t, Struct.in_addr_t, Struct.in_port_t, Struct.ino_t, Struct.ino64_t, Struct.int16_t, Struct.int32_t, Struct.int64_t, Struct.int8_t, Struct.IntegerAlias, Struct.intptr_t, Struct.key_t, Struct.Member, Struct.mode_t, Struct.nlink_t, Struct.NumberField, Struct.off_t, Struct.Offset, Struct.Padding, Struct.pid_t, Struct.Pointer, Struct.rlim_t, Struct.sa_family_t, Struct.Signed16, Struct.Signed32, Struct.Signed64, Struct.Signed8, Struct.SignedLong, Struct.size_t, Struct.socklen_t, Struct.ssize_t, Struct.String, Struct.swblk_t, Struct.time_t, Struct.u_int16_t, Struct.u_int32_t, Struct.u_int64_t, Struct.u_int8_t, Struct.uid_t, Struct.uintptr_t, Struct.Unsigned16, Struct.Unsigned32, Struct.Unsigned64, Struct.Unsigned8, Struct.UnsignedLong, Struct.UTF8String, Struct.UTF8StringRef, Struct.UTFString, Struct.UTFStringRef, Struct.WBOOL
 
Constructor Summary
protected Union(Runtime runtime)
           
 
Method Summary
 
Methods inherited from class jnr.ffi.Struct
alignment, array, array, array, array, array, array, array, array, array, array, array, array, array, array, array, arrayBegin, arrayEnd, arrayOf, getMemory, getMemory, getRuntime, inner, isDirect, size, toString, useMemory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Union

protected Union(Runtime runtime)


Copyright © 2012. All Rights Reserved.