#include <Dispatcher.h>
Definition at line 63 of file Dispatcher.h.
◆ Dispatcher() [1/2]
| express::Dispatcher::Dispatcher |
( |
const Dispatcher & | | ) |
|
|
delete |
◆ Dispatcher() [2/2]
| express::Dispatcher::Dispatcher |
( |
| ) |
|
|
default |
◆ ~Dispatcher()
| express::Dispatcher::~Dispatcher |
( |
| ) |
|
|
virtual |
◆ dispatch()
| virtual bool express::Dispatcher::dispatch |
( |
Controller & | controller, |
|
|
const std::string & | parentMountPath, |
|
|
const MountPoint & | mountPoint ) |
|
pure virtual |
◆ dispatchNext()
| bool express::Dispatcher::dispatchNext |
( |
Controller & | controller, |
|
|
const std::string & | parentMountPath ) |
◆ getRoutes()
| virtual std::list< std::string > express::Dispatcher::getRoutes |
( |
const std::string & | parentMountPath, |
|
|
const MountPoint & | mountPoint, |
|
|
bool | strictRouting ) const |
|
pure virtual |
◆ operator=()
◆ Route
◆ nextRoute
| std::shared_ptr<Route> express::Dispatcher::nextRoute = nullptr |
|
protected |
The documentation for this class was generated from the following files: