Return true if a attribute having the specified value exists in this object, and false otherwise.

Synopsis

Declared in <ball_attributecontainer.h>

virtual
bool
hasValue(Attribute const& value) const = 0;

Return Value

true if an attribute having value exists in this object, and false otherwise

Parameters

Name

Description

value

attribute value to look up

Created with MrDocs