Advance this iterator to the next attribute container in the list and return the value of this iterator.
Synopsis
Declared in <ball_attributecontainerlist.h>
AttributeContainerListIterator
operator++();
Description
The behavior is undefined unless the iterator is at a valid position in the list.
Return Value
value of this iterator after advancing
Created with MrDocs