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)   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 25 of file clients.h.

◆ SOCKETCLIENT_INCLUDE

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

Definition at line 29 of file clients.h.

◆ STR

#define STR ( a)    #a

Definition at line 26 of file clients.h.