jcuda.runtime
Class cudaIpcEventHandle

java.lang.Object
  extended by jcuda.runtime.cudaIpcEventHandle

public class cudaIpcEventHandle
extends java.lang.Object

Java port of a cudaIpcEventHandle.


Constructor Summary
cudaIpcEventHandle()
          Creates a new, uninitialized cudaIpcEventHandle
 
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

cudaIpcEventHandle

public cudaIpcEventHandle()
Creates a new, uninitialized cudaIpcEventHandle

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.