|
qTox
Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
|
#include <QMap>#include <QObject>#include <QSharedMemory>#include <QTimer>#include <ctime>#include <functional>

Go to the source code of this file.
Classes | |
| class | IPC |
| Inter-process communication. More... | |
| struct | IPC::IPCEvent |
| struct | IPC::IPCMemory |
Macros | |
| #define | IPC_PROTOCOL_VERSION "2" |
Typedefs | |
| using | IPCEventHandler = std::function< bool(const QByteArray &)> |
| using IPCEventHandler = std::function<bool(const QByteArray&)> |
1.8.17