org.rococoa.cocoa.opengl
Class _CGLContextObject

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.opengl._CGLContextObject
Direct Known Subclasses:
_CGLContextObject.ByReference, _CGLContextObject.ByValue

public class _CGLContextObject
extends com.ochafik.lang.jnaerator.runtime.Structure

* CGLContext structure.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class _CGLContextObject.ByReference
           
static class _CGLContextObject.ByValue
           
 
Field Summary
 GLIFunctionDispatch disp
           
 OpenGLLibrary._CGLPrivateObject priv
           
 OpenGLLibrary.__GLIContextRec rend
           
 Pointer stak
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
_CGLContextObject()
           
_CGLContextObject(OpenGLLibrary.__GLIContextRec rend, GLIFunctionDispatch disp, OpenGLLibrary._CGLPrivateObject priv, Pointer stak)
           
 
Method Summary
 _CGLContextObject.ByReference byReference()
           
 _CGLContextObject.ByValue byValue()
           
 _CGLContextObject 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

rend

public OpenGLLibrary.__GLIContextRec rend

disp

public GLIFunctionDispatch disp

priv

public OpenGLLibrary._CGLPrivateObject priv

stak

public Pointer stak
Constructor Detail

_CGLContextObject

public _CGLContextObject()

_CGLContextObject

public _CGLContextObject(OpenGLLibrary.__GLIContextRec rend,
                         GLIFunctionDispatch disp,
                         OpenGLLibrary._CGLPrivateObject priv,
                         Pointer stak)
Method Detail

byReference

public _CGLContextObject.ByReference byReference()

byValue

public _CGLContextObject.ByValue byValue()

clone

public _CGLContextObject clone()
Overrides:
clone in class Object