jcuda.driver
Class CUipcMemHandle

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

public class CUipcMemHandle
extends java.lang.Object

Java port of a CUipcMemHandle


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

CUipcMemHandle

public CUipcMemHandle()
Creates a new, uninitialized CUipcMemHandle

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.