SNode.C
|
#include <MountPoint.h>
Public Member Functions | |
MountPoint (const std::string &method, const std::string &relativeMountPath) | |
Public Attributes | |
std::string | method |
std::string | relativeMountPath |
Definition at line 53 of file MountPoint.h.
express::MountPoint::MountPoint | ( | const std::string & | method, |
const std::string & | relativeMountPath | ||
) |
Definition at line 50 of file MountPoint.cpp.
References method, and relativeMountPath.
Referenced by express::Route::Route(), and express::Route::Route().
std::string express::MountPoint::method |
Definition at line 56 of file MountPoint.h.
Referenced by express::dispatcher::ApplicationDispatcher::dispatch(), express::dispatcher::MiddlewareDispatcher::dispatch(), express::dispatcher::RouterDispatcher::dispatch(), express::dispatcher::ApplicationDispatcher::getRoutes(), express::dispatcher::MiddlewareDispatcher::getRoutes(), and MountPoint().
std::string express::MountPoint::relativeMountPath |
Definition at line 57 of file MountPoint.h.
Referenced by express::dispatcher::ApplicationDispatcher::dispatch(), express::dispatcher::MiddlewareDispatcher::dispatch(), express::dispatcher::RouterDispatcher::dispatch(), express::dispatcher::ApplicationDispatcher::getRoutes(), express::dispatcher::MiddlewareDispatcher::getRoutes(), express::dispatcher::RouterDispatcher::getRoutes(), and MountPoint().