#include <winstl/clipboard/clipboard_format_sequence.hpp>

Construction | |
| const_iterator () | |
| Constructs an iterator. | |
| const_iterator (class_type const &rhs) | |
| Copy constructor. | |
| class_type & | operator= (class_type const &rhs) |
| Copy assignment operator. | |
Public Types | |
| typedef const_iterator | class_type |
| The type. | |
| typedef clipboard_format_sequence | container_type |
| The container type. | |
Public Member Functions | |
| class_type & | operator++ () |
| Pre-increment operator. | |
| class_type | operator++ (int) |
| Post-increment operator. | |
| value_type | operator* () const |
| bool | operator== (class_type const &rhs) const |
Evaluates whether this and rhs are equivalent. | |
| bool | operator!= (class_type const &rhs) const |
Evaluates whether this and rhs are not equivalent. | |
| typedef const_iterator class_type |
The type.
The container type.
| const_iterator | ( | ) | [inline] |
Constructs an iterator.
| const_iterator | ( | class_type const & | rhs | ) | [inline] |
Copy constructor.
| class_type& operator= | ( | class_type const & | rhs | ) | [inline] |
| class_type& operator++ | ( | ) | [inline] |
| class_type operator++ | ( | int | ) | [inline] |
Post-increment operator.
| bool operator== | ( | class_type const & | rhs | ) | const [inline] |
Evaluates whether this and rhs are equivalent.
| rhs | The instance against which to compare |
| true | If this and rhs are equivalent | |
| false | If this and rhs are not equivalent |
References clipboard_format_sequence::const_iterator::m_nextFmt.
| bool operator!= | ( | class_type const & | rhs | ) | const [inline] |
Evaluates whether this and rhs are not equivalent.
| rhs | The instance against which to compare |
| true | If this and rhs are not equivalent | |
| false | If this and rhs are equivalent |
1.5.6