org.rococoa.cocoa.appkit
Class NSPathCell._piFlags_struct

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.appkit.NSPathCell._piFlags_struct
Direct Known Subclasses:
NSPathCell._piFlags_struct.ByReference, NSPathCell._piFlags_struct.ByValue
Enclosing class:
NSPathCell

public static class NSPathCell._piFlags_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


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

Field Detail

reserved

public int reserved
Constructor Detail

NSPathCell._piFlags_struct

public NSPathCell._piFlags_struct()

NSPathCell._piFlags_struct

public NSPathCell._piFlags_struct(int reserved)
Method Detail

byReference

public NSPathCell._piFlags_struct.ByReference byReference()

byValue

public NSPathCell._piFlags_struct.ByValue byValue()

clone

public NSPathCell._piFlags_struct clone()
Overrides:
clone in class Object