jcuda.driver
Class CUcontext

java.lang.Object
  extended by jcuda.NativePointerObject
      extended by jcuda.driver.CUcontext

public class CUcontext
extends NativePointerObject

Java port of a CUcontext.

See Also:
JCudaDriver.cuCtxCreate(jcuda.driver.CUcontext, int, jcuda.driver.CUdevice), JCudaDriver.cuCtxAttach(jcuda.driver.CUcontext, int), JCudaDriver.cuCtxDetach(jcuda.driver.CUcontext), JCudaDriver.cuCtxDestroy(jcuda.driver.CUcontext), JCudaDriver.cuCtxPushCurrent(jcuda.driver.CUcontext), JCudaDriver.cuCtxPopCurrent(jcuda.driver.CUcontext)

Constructor Summary
CUcontext()
          Creates a new, uninitialized CUcontext
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class jcuda.NativePointerObject
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CUcontext

public CUcontext()
Creates a new, uninitialized CUcontext

Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object.

Overrides:
toString in class NativePointerObject
Returns:
A String representation of this object.