qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Classes | Macros | Typedefs
ipc.h File Reference
#include <QMap>
#include <QObject>
#include <QSharedMemory>
#include <QTimer>
#include <ctime>
#include <functional>
Include dependency graph for ipc.h:
This graph shows which files directly or indirectly include this file:

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 &)>
 

Macro Definition Documentation

◆ IPC_PROTOCOL_VERSION

#define IPC_PROTOCOL_VERSION   "2"

Definition at line 32 of file ipc.h.

Typedef Documentation

◆ IPCEventHandler

using IPCEventHandler = std::function<bool(const QByteArray&)>

Definition at line 30 of file ipc.h.