jcuda.driver
Class CUcontext

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

public class CUcontext
extends java.lang.Object

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 java.lang.Object
equals, getClass, hashCode, 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 java.lang.Object
Returns:
A String representation of this object.