Return whether every attribute of this object exists in containerList.

Synopsis

Declared in <ball_rule.h>

bool
evaluate(AttributeContainerList const& containerList) const;

Description

Return true if for every attribute maintained by this object, an attribute with the same name and value exists in the specified containerList; and false otherwise.

Return Value

true if every attribute is present in containerList, and false otherwise

Parameters

Name

Description

containerList

attribute containers to search

Created with MrDocs