SNode.C
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
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)   STR(a)
 
#define STR(a)   #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)    STR(a)

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)    #a

Definition at line 48 of file clients.h.