|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_clipboard_format_sequence.h>
Public Types | |
| typedef clipboard_format_sequence | class_type |
| The type. | |
| typedef UINT | value_type |
| The value type. | |
| typedef ws_size_t | size_type |
| The size type. | |
| typedef ws_ptrdiff_t | difference_type |
| The difference type. | |
Public Methods | |
Construction | |
| clipboard_format_sequence () | |
| Constructs a sequence object, attempting to open the clipboard. | |
| ~clipboard_format_sequence () | |
| Release any resources aquired. | |
Iteration | |
| const_iterator | begin () const |
| Begins the iteration. | |
| const_iterator | end () const |
| Ends the iteration. | |
| ws_bool_t | empty () const |
| Indicates whether the search sequence is empty. | |
| size_type | size () const |
| Returns the number of elements in the sequence. | |
| ws_bool_t | inaccessible () const |
| Indicates whether the search sequence is valid. | |
|
|
The type.
|
|
|
The difference type.
|
|
|
The size type.
|
|
|
The value type.
|
|
|
Constructs a sequence object, attempting to open the clipboard.
|
|
|
Release any resources aquired.
|
|
|
Begins the iteration.
|
|
|
Indicates whether the search sequence is empty.
|
|
|
Ends the iteration.
|
|
|
Indicates whether the search sequence is valid.
|
|
|
Returns the number of elements in the sequence.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |