Class cl_queue_properties
java.lang.Object
org.jocl.NativePointerObject
org.jocl.cl_queue_properties
Java port of cl_queue_properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(long id, long value) Add the specified property to these propertiesprotected StringReturns a String containing the contents of these propertiesprotected StringpropertyString(long value) Returns the string identifying the given propertytoString()Returns a String representation of this object.Methods inherited from class NativePointerObject
equals, getNativePointer, hashCode
-
Constructor Details
-
cl_queue_properties
public cl_queue_properties()Creates new, empty cl_queue_properties
-
-
Method Details
-
propertyString
Returns the string identifying the given property- Parameters:
value- The property value- Returns:
- The string representation
-
toString
Returns a String representation of this object.- Overrides:
toStringin classNativePointerObject- Returns:
- A String representation of this object.
-
addProperty
public void addProperty(long id, long value) Add the specified property to these properties- Parameters:
id- The property IDvalue- The property value
-
buildString
Returns a String containing the contents of these properties- Returns:
- A String representation of the contents of these properties
-