|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_clipboard_format_sequence.h>
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 Methods | |
| class_type & | operator++ () |
| Pre-increment operator. | |
| class_type | operator++ (int) |
| Post-increment operator. | |
| ws_bool_t | operator== (class_type const &rhs) const |
Evaluates whether this and rhs are equivalent. | |
| ws_bool_t | operator!= (class_type const &rhs) const |
Evaluates whether this and rhs are not equivalent. | |
|
|
The type.
|
|
|
The container type.
|
|
|
Constructs an iterator.
|
|
|
Copy constructor.
|
|
|
Evaluates whether
|
|
|
Post-increment operator.
|
|
|
Pre-increment operator.
|
|
|
Copy assignment operator.
|
|
|
Evaluates whether
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |