Prepend the address of the specified container to this list of attribute container addresses, and return an iterator located at the newly added list element.
Synopsis
Declared in <ball_attributecontainerlist.h>
iterator
pushFront(AttributeContainer const* container);
Return Value
iterator located at the newly added list element
Parameters
Name |
Description |
container |
attribute container to prepend |
Created with MrDocs