org.rococoa.cocoa.exceptionhandling
Class NSExceptionHandler._ehFlags_struct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.exceptionhandling.NSExceptionHandler._ehFlags_struct
- Direct Known Subclasses:
- NSExceptionHandler._ehFlags_struct.ByReference, NSExceptionHandler._ehFlags_struct.ByValue
- Enclosing class:
- NSExceptionHandler
public static class NSExceptionHandler._ehFlags_struct
- extends com.ochafik.lang.jnaerator.runtime.Structure
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 |
exceptionHandlingMask
public short exceptionHandlingMask
reserved
public short reserved
exceptionHangingMask
public byte exceptionHangingMask
reserved1
public byte reserved1
drwh
public byte drwh
drwl
public byte drwl
NSExceptionHandler._ehFlags_struct
public NSExceptionHandler._ehFlags_struct()
NSExceptionHandler._ehFlags_struct
public NSExceptionHandler._ehFlags_struct(short exceptionHandlingMask,
short reserved,
byte exceptionHangingMask,
byte reserved1,
byte drwh,
byte drwl)
byReference
public NSExceptionHandler._ehFlags_struct.ByReference byReference()
byValue
public NSExceptionHandler._ehFlags_struct.ByValue byValue()
clone
public NSExceptionHandler._ehFlags_struct clone()
- Overrides:
clone
in class Object