$darkmode
server.hpp File Reference
#include <memory>
#include <cloe/registrar.hpp>
#include "stack.hpp"
#include "utility/defer.hpp"
Include dependency graph for server.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  engine::ServerRegistrar
 
class  engine::Server
 

Functions

std::unique_ptr< Server > engine::make_server (const cloe::ServerConf &c)
 

Detailed Description

See also
server.cpp

Function Documentation

◆ make_server()

std::unique_ptr< Server > engine::make_server ( const cloe::ServerConf c)

Create a new Server instance with the given configuration.

Here is the call graph for this function:
Here is the caller graph for this function: