This library contains classes and functions for manipulation of the Windows Clipboard.
The Windows Clipboard Library provides a suite of classes that represent these entities and provide facilities for accessing, enumerating and modifying them:
Classes | |
| class | clipboard_format_sequence |
| This class provides an STL-like sequence for iterating the clipboard formats for the current process. More... | |
| class | clipboard_scope_exception |
| Indicates failure to access or manipulate the Windows clipboard. More... | |
| class | clipboard_scope |
| This class acquires access to the Win32 clipboard, and acts as a facade over the clipboard API. More... | |
| class | clipboard_exception |
| Root exception thrown by the Windows Clipboard Library. More... | |
1.5.6