Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Public Member Functions | List of all members
toolbox::http::BasicServ< ConnT, AppT > Class Template Reference

#include <toolbox/http/Serv.hpp>

Inheritance diagram for toolbox::http::BasicServ< ConnT, AppT >:
Inheritance graph
[legend]
Collaboration diagram for toolbox::http::BasicServ< ConnT, AppT >:
Collaboration graph
[legend]

Public Member Functions

 BasicServ (CyclTime, Reactor &r, const Endpoint &ep, App &app)
 
 ~BasicServ ()
 
 BasicServ (const BasicServ &)=delete
 
BasicServoperator= (const BasicServ &)=delete
 
 BasicServ (BasicServ &&)=delete
 
BasicServoperator= (BasicServ &&)=delete
 

Detailed Description

template<typename ConnT, typename AppT>
class toolbox::http::BasicServ< ConnT, AppT >

Definition at line 27 of file Serv.hpp.

Constructor & Destructor Documentation

◆ BasicServ() [1/3]

template<typename ConnT , typename AppT >
toolbox::http::BasicServ< ConnT, AppT >::BasicServ ( CyclTime  ,
Reactor r,
const Endpoint &  ep,
App &  app 
)
inline

Definition at line 41 of file Serv.hpp.

◆ ~BasicServ()

Definition at line 47 of file Serv.hpp.

◆ BasicServ() [2/3]

template<typename ConnT , typename AppT >
toolbox::http::BasicServ< ConnT, AppT >::BasicServ ( const BasicServ< ConnT, AppT > &  )
delete

◆ BasicServ() [3/3]

template<typename ConnT , typename AppT >
toolbox::http::BasicServ< ConnT, AppT >::BasicServ ( BasicServ< ConnT, AppT > &&  )
delete

Member Function Documentation

◆ operator=() [1/2]

◆ operator=() [2/2]


The documentation for this class was generated from the following file: