Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
SingleProcessInstance.hpp File Reference
#include <netinet/in.h>
#include <Core/Core.hpp>
#include <Logger/Logger.hpp>

Go to the source code of this file.

Classes

class  SingleProcessInstance
 Single process instance class. More...
 

Macros

#define ENIGMA_SINGLE_INSTANCE_H
 

Typedefs

using socket_t = std::int32_t
 

Variables

constexpr socket_t M_INVALID_SOCKET = -1
 

Macro Definition Documentation

◆ ENIGMA_SINGLE_INSTANCE_H

#define ENIGMA_SINGLE_INSTANCE_H

Definition at line 3 of file SingleProcessInstance.hpp.

Typedef Documentation

◆ socket_t

using socket_t = std::int32_t

Definition at line 22 of file SingleProcessInstance.hpp.

Variable Documentation

◆ M_INVALID_SOCKET

constexpr socket_t M_INVALID_SOCKET = -1
constexpr

Definition at line 23 of file SingleProcessInstance.hpp.