org.jocl
Class NativePointerObject

java.lang.Object
  extended by org.jocl.NativePointerObject
Direct Known Subclasses:
cl_command_queue, cl_context, cl_context_properties, cl_device_id, cl_event, cl_kernel, cl_mem, cl_platform_id, cl_program, cl_sampler, Pointer

public class NativePointerObject
extends java.lang.Object

Base class for all classes that store a native pointer


Method Summary
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.