|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jocl.NativePointerObject
org.jocl.cl_context_properties
public final class cl_context_properties
Java port of cl_context_properties.
Constructor Summary | |
---|---|
cl_context_properties()
Creates new, empty cl_context_properties |
Method Summary | |
---|---|
void |
addProperty(long id,
cl_platform_id value)
Add the specified property to these properties |
void |
addProperty(long id,
long value)
Add the specified property to these properties |
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 |
---|
public cl_context_properties()
Method Detail |
---|
public void addProperty(long id, long value)
id
- The property IDvalue
- The property valuepublic void addProperty(long id, cl_platform_id value)
id
- The property IDvalue
- The property valuepublic java.lang.String toString()
toString
in class NativePointerObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |