jcuda.runtime
Class cudaIpcMemHandle

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

public class cudaIpcMemHandle
extends java.lang.Object

Java port of a cudaIpcMemHandle.


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

cudaIpcMemHandle

public cudaIpcMemHandle()
Creates a new, uninitialized cudaIpcMemHandle

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.