org.rococoa.cocoa.carboncore
Class PEFExportedSymbolKey.u_union

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.Union
          extended by com.ochafik.lang.jnaerator.runtime.Union<PEFExportedSymbolKey.u_union,PEFExportedSymbolKey.u_union.ByValue,PEFExportedSymbolKey.u_union.ByReference>
              extended by org.rococoa.cocoa.carboncore.PEFExportedSymbolKey.u_union
All Implemented Interfaces:
StructureType, StructureTypeDependent
Direct Known Subclasses:
PEFExportedSymbolKey.u_union.ByReference, PEFExportedSymbolKey.u_union.ByValue
Enclosing class:
PEFExportedSymbolKey

public static class PEFExportedSymbolKey.u_union
extends Union<PEFExportedSymbolKey.u_union,PEFExportedSymbolKey.u_union.ByValue,PEFExportedSymbolKey.u_union.ByReference>


Nested Class Summary
static class PEFExportedSymbolKey.u_union.ByReference
           
static class PEFExportedSymbolKey.u_union.ByValue
           
 
Field Summary
 int fullHashWord
           
 PEFSplitHashWord splitHashWord
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
PEFExportedSymbolKey.u_union()
           
PEFExportedSymbolKey.u_union(int fullHashWord)
           
PEFExportedSymbolKey.u_union(PEFSplitHashWord splitHashWord)
           
 
Method Summary
static PEFExportedSymbolKey.u_union[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Union
byReference, byValue, castToArray, castToArray, castToArray, clone, newArray, read, setDependency, toArray, toArray, toArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Union
getTypedValue, readField, setType, setTypedValue, writeField, writeField
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, setAutoRead, setAutoSynch, setAutoWrite, size, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

fullHashWord

public int fullHashWord

splitHashWord

public PEFSplitHashWord splitHashWord
Constructor Detail

PEFExportedSymbolKey.u_union

public PEFExportedSymbolKey.u_union()

PEFExportedSymbolKey.u_union

public PEFExportedSymbolKey.u_union(int fullHashWord)

PEFExportedSymbolKey.u_union

public PEFExportedSymbolKey.u_union(PEFSplitHashWord splitHashWord)
Method Detail

newArray

public static PEFExportedSymbolKey.u_union[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.