org.rococoa.cocoa.iokit
Class StdFBShmem_t.cursor_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.iokit.StdFBShmem_t.cursor_union
Direct Known Subclasses:
StdFBShmem_t.cursor_union.ByReference, StdFBShmem_t.cursor_union.ByValue
Enclosing class:
StdFBShmem_t

public static class StdFBShmem_t.cursor_union
extends com.ochafik.lang.jnaerator.runtime.Union


Nested Class Summary
static class StdFBShmem_t.cursor_union.ByReference
           
static class StdFBShmem_t.cursor_union.ByValue
           
 
Field Summary
 bm12Cursor bw
           
 bm18Cursor bw8
           
 bm34Cursor rgb
           
 bm38Cursor rgb24
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
StdFBShmem_t.cursor_union()
           
StdFBShmem_t.cursor_union(bm12Cursor bw)
           
StdFBShmem_t.cursor_union(bm18Cursor bw8)
           
StdFBShmem_t.cursor_union(bm34Cursor rgb)
           
StdFBShmem_t.cursor_union(bm38Cursor rgb24)
           
 
Method Summary
 StdFBShmem_t.cursor_union.ByReference byReference()
           
 StdFBShmem_t.cursor_union.ByValue byValue()
           
 StdFBShmem_t.cursor_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

bw

public bm12Cursor bw

bw8

public bm18Cursor bw8

rgb

public bm34Cursor rgb

rgb24

public bm38Cursor rgb24
Constructor Detail

StdFBShmem_t.cursor_union

public StdFBShmem_t.cursor_union()

StdFBShmem_t.cursor_union

public StdFBShmem_t.cursor_union(bm18Cursor bw8)

StdFBShmem_t.cursor_union

public StdFBShmem_t.cursor_union(bm34Cursor rgb)

StdFBShmem_t.cursor_union

public StdFBShmem_t.cursor_union(bm12Cursor bw)

StdFBShmem_t.cursor_union

public StdFBShmem_t.cursor_union(bm38Cursor rgb24)
Method Detail

byReference

public StdFBShmem_t.cursor_union.ByReference byReference()

byValue

public StdFBShmem_t.cursor_union.ByValue byValue()

clone

public StdFBShmem_t.cursor_union clone()
Overrides:
clone in class Object