rikitiki
v0.1.67
Build C++ web server modules that allow easy routing and deployment.
|
#include <routing.h>
Public Member Functions | |
template<typename P > | |
Route * | With (P *p, const std::string &_route, typename Route_< P, T...>::F _f, ConnContext::Method method) |
template<typename P > | |
Route * | With (P *p, const std::string &_route, ConnContext::Method method) |
template<typename P > | |
Route * | With (P *p, const std::string &_route, typename Route_< P, T...>::F _f, ConnContext::Method method) |
template<typename P > | |
Route * | With (P *p, const std::string &_route, ConnContext::Method method) |
Static Public Member Functions | |
template<typename P > | |
static Route * | With (P *p, const std::string &_route, typename Route_< P, T...>::F _f, ConnContext::Method method=ConnContext::ANY) |
template<typename P > | |
static Route * | With (P *p, const std::string &_route, ConnContext::Method method=ConnContext::ANY) |
Convienence class, meant to alleviate having to type in the class that the route function works on in a similiar fasion to std::make_pair does for pairs.