Return true if a attribute having the specified value exists in this object, and false otherwise.
Declared in <ball_attributecontainer.h>
virtual
bool
hasValue(Attribute const& value) const = 0;
true if an attribute having value exists in this object, and false otherwise
| Name | Description |
|---|---|
| value | attribute value to look up |