|
SNode.C
|
This is the complete list of members for express::Dispatcher, including all inherited members.
| dispatch(Controller &controller, const std::string &parentMountPath, const MountPoint &mountPoint)=0 | express::Dispatcher | pure virtual |
| Dispatcher(const Dispatcher &)=delete | express::Dispatcher | |
| Dispatcher()=default | express::Dispatcher | |
| dispatchNext(Controller &controller, const std::string &parentMountPath) | express::Dispatcher | |
| getRoutes(const std::string &parentMountPath, const MountPoint &mountPoint, bool strictRouting) const =0 | express::Dispatcher | pure virtual |
| nextRoute | express::Dispatcher | protected |
| operator=(const Dispatcher &)=delete | express::Dispatcher | |
| Route | express::Dispatcher | friend |
| ~Dispatcher() | express::Dispatcher | virtual |