SNode.C
|
This is the complete list of members for express::dispatcher::ApplicationDispatcher, including all inherited members.
ApplicationDispatcher(const std::function< void(const std::shared_ptr< Request > &, const std::shared_ptr< Response > &)> &lambda) | express::dispatcher::ApplicationDispatcher | explicit |
dispatch(express::Controller &controller, const std::string &parentMountPath, const express::MountPoint &mountPoint) override | express::dispatcher::ApplicationDispatcher | privatevirtual |
Dispatcher(const Dispatcher &)=delete | express::Dispatcher | |
Dispatcher()=default | express::Dispatcher | |
dispatchNext(Controller &controller, const std::string &parentMountPath) | express::Dispatcher | |
lambda | express::dispatcher::ApplicationDispatcher | private |
nextRoute | express::Dispatcher | private |
operator=(const Dispatcher &)=delete | express::Dispatcher | |
~Dispatcher() | express::Dispatcher | virtual |