#include <winstl/winstl.h>
#include <winstl/clipboard/error/exceptions.hpp>
#include <winstl/memory/global_allocator.hpp>
#include <stlsoft/memory/allocator_base.hpp>
#include <stlsoft/string/cstring_functions.hpp>
Go to the source code of this file.
Namespaces | |
namespace | winstl |
Classes | |
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... |