org.rococoa.cocoa.foundation
Class NSIndexSet._internal_union

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.Union
          extended by com.ochafik.lang.jnaerator.runtime.Union
              extended by org.rococoa.cocoa.foundation.NSIndexSet._internal_union
Direct Known Subclasses:
NSIndexSet._internal_union.ByReference, NSIndexSet._internal_union.ByValue
Enclosing class:
NSIndexSet

public static class NSIndexSet._internal_union
extends com.ochafik.lang.jnaerator.runtime.Union


Nested Class Summary
static class NSIndexSet._internal_union._multipleRanges_struct
           
static class NSIndexSet._internal_union._singleRange_struct
           
static class NSIndexSet._internal_union.ByReference
           
static class NSIndexSet._internal_union.ByValue
           
 
Field Summary
 NSIndexSet._internal_union._multipleRanges_struct _multipleRanges
           
 NSIndexSet._internal_union._singleRange_struct _singleRange
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSIndexSet._internal_union()
           
NSIndexSet._internal_union(NSIndexSet._internal_union._multipleRanges_struct _multipleRanges)
           
NSIndexSet._internal_union(NSIndexSet._internal_union._singleRange_struct _singleRange)
           
 
Method Summary
 NSIndexSet._internal_union.ByReference byReference()
           
 NSIndexSet._internal_union.ByValue byValue()
           
 NSIndexSet._internal_union clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Union
setupClone
 
Methods inherited from class com.sun.jna.Union
getNativeAlignment, getTypedValue, readField, setType, setTypedValue, writeField, writeField
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getPointer, getStructAlignment, hashCode, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_singleRange

public NSIndexSet._internal_union._singleRange_struct _singleRange

_multipleRanges

public NSIndexSet._internal_union._multipleRanges_struct _multipleRanges
Constructor Detail

NSIndexSet._internal_union

public NSIndexSet._internal_union()

NSIndexSet._internal_union

public NSIndexSet._internal_union(NSIndexSet._internal_union._multipleRanges_struct _multipleRanges)

NSIndexSet._internal_union

public NSIndexSet._internal_union(NSIndexSet._internal_union._singleRange_struct _singleRange)
Method Detail

byReference

public NSIndexSet._internal_union.ByReference byReference()

byValue

public NSIndexSet._internal_union.ByValue byValue()

clone

public NSIndexSet._internal_union clone()
Overrides:
clone in class Object