org.jocl
Class cl_program

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

public final class cl_program
extends NativePointerObject

Java port of a cl_program.


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

Constructor Detail

cl_program

public cl_program()
Creates a new, uninitialized cl_program

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.