rikitiki
v0.1.67
Build C++ web server modules that allow easy routing and deployment.
|
#include <routing.h>
Public Types | |
typedef void(P::* | F )(ConnContext &ctx) |
Public Member Functions | |
virtual bool | visible () const |
Route_ (P *p, const std::string &_route, F _f, ConnContext::Method method) | |
virtual bool | Handle (ConnContext &ctx) |
![]() | |
Route (const std::string &_route, ConnContext::Method _method) | |
Route (const std::string &_route) | |
virtual std::string | name () const |
![]() | |
virtual std::string | desc () const |
Public Attributes | |
P * | parent |
F | f |
![]() | |
std::string | route |
ConnContext::Method | method |
Specialization of Route_ for functions with no parameters.