Package org.jocl

Class cl_pipe_properties


  • public final class cl_pipe_properties
    extends cl_abstract_properties
    Java port of cl_pipe_properties. In OpenCL 2.0, the properties object must always be "null".
    • Constructor Detail

      • cl_pipe_properties

        public cl_pipe_properties()
        Creates new, empty cl_pipe_properties
    • Method Detail

      • propertyString

        protected java.lang.String propertyString​(long value)
        Description copied from class: cl_abstract_properties
        Returns the string identifying the given property
        Specified by:
        propertyString in class cl_abstract_properties
        Parameters:
        value - The property value
        Returns:
        The string representation
      • 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.