|
WSF
|
#include <WsfComponentList.hpp>
Public Member Functions | |
| Iterator (const ComponentList::const_iterator &aSrc) | |
| Iterator & | operator++ () |
| Prefix increment. | |
| bool | operator!= (const Iterator &aRhs) const |
| Test for operator inequality. | |
| ComponentType * | operator* () const |
| Return the pointer to the component. | |
| ComponentType * | operator-> () const |
| Return the pointer to the component. | |
An iterator that provides sequential access to the components in the list. This is a 'const_iterator'; the list cannot be changed.
Usage:
|
inline |
Referenced by operator!=(), and operator++().
|
inline |
Test for operator inequality.
References Iterator().
|
inline |
Return the pointer to the component.
|
inline |
Prefix increment.
References Iterator().
|
inline |
Return the pointer to the component.