This class provides an STL‐style iterator over a sequence of AttributeContainer object addresses. The behavior of the operator* method is undefined unless the iterator is at a valid position in the sequence of AttributeContainer object addresses (i.e., not the "end") and the referenced element has not been removed since the iterator was constructed.
Synopsis
Declared in <ball_attributecontainerlist.h>
class AttributeContainerListIterator;
Member Functions
Name |
Description |
|
Constructors |
Assign this iterator the value of the specified |
|
Return the address of the non‐modifiable attribute container at which this iterator is positioned. The behavior is undefined unless this iterator is at a valid position in the list. |
|
Increment operators |
|
Return |
Friends
Name |
Description |
This class provides an in‐core value‐semantic list of |
|
Return |
Non-Member Functions
Name |
Description |
Return |
Created with MrDocs