SNode.C
Loading...
Searching...
No Matches
servers.h File Reference
#include "log/Logger.h"
#include "net/NET/stream/STREAM/SocketServer.h"
#include "EchoSocketContext.h"
Include dependency graph for servers.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_INCLUDE(a)
 
#define STR_INCLUDE(a)   #a
 
#define SOCKETSERVER_INCLUDE   QUOTE_INCLUDE(net/NET/stream/STREAM/SocketServer.h)
 

Typedefs

using apps::echo::model::legacy::EchoSocketServer = net::NET::stream::legacy::SocketServer<EchoServerSocketContextFactory>
 

Functions

EchoSocketServer apps::echo::model::legacy::getServer ()
 

Macro Definition Documentation

◆ QUOTE_INCLUDE

#define QUOTE_INCLUDE ( a)    STR_INCLUDE(a)

Definition at line 25 of file servers.h.

◆ SOCKETSERVER_INCLUDE

#define SOCKETSERVER_INCLUDE   QUOTE_INCLUDE(net/NET/stream/STREAM/SocketServer.h)

Definition at line 29 of file servers.h.

◆ STR_INCLUDE

#define STR_INCLUDE ( a)    #a

Definition at line 26 of file servers.h.