Add the specified attributes container to this context.

Synopsis

Declared in <ball_attributecontext.h>

AttributeContext::iterator
addAttributes(AttributeContainer const* attributes);

Description

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.

Return Value

iterator identifying the newly added container

Parameters

Name

Description

attributes

attribute container to add

Created with MrDocs