Enigma 3.2.2
A Simple, Reliable and Efficient Encryption Tool
Loading...
Searching...
No Matches
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
10class Clipboard final {
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
#define ENIGMA_STATIC_CLASS(Class)
Makes a class static, which will prevent creating instances from it and only use it as Class::Func()....
Definition Macros.hpp:120
static std::string Get()
static void Set(const std::string &buffer)