Return true if every attribute in this set is present in containerList.
Declared in <ball_managedattributeset.h>
bool
evaluate(AttributeContainerList const& containerList) const;
Return true if for every attribute maintained by this object, an attribute with the same name and value exists in the specified containerList, or if this object has no attributes; otherwise return false.
true if every attribute is present in containerList, and false otherwise
| Name | Description |
|---|---|
| containerList | attribute containers to search |