Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
Clipboard.hpp
Go to the documentation of this file.
1 #pragma once
2 #ifndef ENIGMA_CLIPBOARD_H
3 #define ENIGMA_CLIPBOARD_H
4 
5 #include <Core/Core.hpp>
6 
8 
10 class Clipboard final {
11  ENIGMA_STATIC_CLASS(Clipboard);
12 
13  public:
15  static std::string Get();
16 
18  static void Set(const std::string& buffer);
19 };
20 
22 #endif // !ENIGMA_CLIPBOARD_H
#define NS_ENIGMA_BEGIN
Enable/Disable Assertions.
Definition: Macros.hpp:13
#define NS_ENIGMA_END
Definition: Macros.hpp:14
static std::string Get()
static void Set(const std::string &buffer)