Remove the specified element from this context's attribute containers.
Synopsis
Declared in <ball_attributecontext.h>
void
removeAttributes(iterator element);
Description
Remove the specified element from the list of attribute containers maintained by this object. Note that this method can be invoked safely even if the initialize class method has not yet been called.
Parameters
Name |
Description |
element |
iterator identifying the attribute container to remove |
Created with MrDocs