|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jocl.NativePointerObject
org.jocl.cl_device_partition_property
public final class cl_device_partition_property
Java port of cl_device_partition_property.
Constructor Summary | |
---|---|
cl_device_partition_property()
Creates new, empty cl_device_partition_property |
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 |
protected java.lang.String |
buildString()
Returns a String containing the contents of these properties |
protected java.lang.String |
propertyString(long value)
Returns the string identifying the given property |
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_device_partition_property()
Method Detail |
---|
public void addProperty(long id, cl_platform_id value)
id
- The property IDvalue
- The property valueprotected java.lang.String propertyString(long value)
value
- The property value
public java.lang.String toString()
toString
in class NativePointerObject
public void addProperty(long id, long value)
id
- The property IDvalue
- The property valueprotected java.lang.String buildString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |