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
7
NS_ENIGMA_BEGIN
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
21
NS_ENIGMA_END
22
#endif
// !ENIGMA_CLIPBOARD_H
Core.hpp
NS_ENIGMA_BEGIN
#define NS_ENIGMA_BEGIN
Enable/Disable Assertions.
Definition:
Macros.hpp:13
NS_ENIGMA_END
#define NS_ENIGMA_END
Definition:
Macros.hpp:14
Clipboard
Definition:
Clipboard.hpp:10
Clipboard::Get
static std::string Get()
Clipboard::Set
static void Set(const std::string &buffer)
src
System
Clipboard
Clipboard.hpp
Generated on Sat Oct 19 2024 20:10:46 for Enigma by
1.9.1