Add the specified attributes container to this context.
Declared in <ball_attributecontext.h>
AttributeContext::iterator
addAttributes(AttributeContainer const* attributes);
Add the specified attributes container to the list of attribute containers maintained by this object. The behavior is undefined unless attributes remains valid and unmodified until either attributes is removed from this context, clearCache is called, or this object is destroyed. Note that this method can be invoked safely even if the initialize class method has not yet been called.
iterator identifying the newly added container
| Name | Description |
|---|---|
| attributes | attribute container to add |