org.jocl
Class cl_mem

java.lang.Object
  extended by org.jocl.NativePointerObject
      extended by org.jocl.cl_mem

public final class cl_mem
extends NativePointerObject

Java port of a cl_mem.


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

Constructor Detail

cl_mem

public cl_mem()
Creates a new, uninitialized cl_mem

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.