SNode.C
Loading...
Searching...
No Matches
clients.h File Reference
#include "log/Logger.h"
#include "net/NET/stream/STREAM/SocketClient.h"
#include "EchoSocketContext.h"
Include dependency graph for clients.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  apps
namespace  apps::echo
namespace  apps::echo::model
namespace  apps::echo::model::legacy

Macros

#define QUOTE_INCLUDE(a)
#define STR(a)
#define SOCKETCLIENT_INCLUDE   QUOTE_INCLUDE(net/NET/stream/STREAM/SocketClient.h)

Typedefs

using apps::echo::model::legacy::EchoSocketClient = net::NET::stream::legacy::SocketClient<EchoClientSocketContextFactory>

Functions

EchoSocketClient apps::echo::model::legacy::getClient ()

Macro Definition Documentation

◆ QUOTE_INCLUDE

#define QUOTE_INCLUDE ( a)
Value:
STR(a)
#define STR(a)
Definition clients.h:48

Definition at line 47 of file clients.h.

◆ SOCKETCLIENT_INCLUDE

#define SOCKETCLIENT_INCLUDE   QUOTE_INCLUDE(net/NET/stream/STREAM/SocketClient.h)

Definition at line 51 of file clients.h.

◆ STR

#define STR ( a)
Value:
#a

Definition at line 48 of file clients.h.