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.
Synopsis
Declared in <ball_attributecontext.h>
AttributeContext::iterator
addAttributes(AttributeContainer const* attributes);
Created with MrDocs