RESTinio
restinio::router::express_route_entry_t< Regex_Engine > Member List

This is the complete list of members for restinio::router::express_route_entry_t< Regex_Engine >, including all inherited members.

express_route_entry_t(Method_Matcher &&method_matcher, matcher_init_data_t matcher_data, express_request_handler_t handler)restinio::router::express_route_entry_t< Regex_Engine >inlineprivate
express_route_entry_t(const express_route_entry_t &)=deleterestinio::router::express_route_entry_t< Regex_Engine >
express_route_entry_t()=defaultrestinio::router::express_route_entry_t< Regex_Engine >
express_route_entry_t(express_route_entry_t &&)=defaultrestinio::router::express_route_entry_t< Regex_Engine >
express_route_entry_t(Method_Matcher &&method_matcher, string_view_t route_path, const path2regex::options_t &options, express_request_handler_t handler)restinio::router::express_route_entry_t< Regex_Engine >inline
express_route_entry_t(Method_Matcher &&method_matcher, string_view_t route_path, express_request_handler_t handler)restinio::router::express_route_entry_t< Regex_Engine >inline
handle(request_handle_t rh, route_params_t rp) constrestinio::router::express_route_entry_t< Regex_Engine >inline
m_handlerrestinio::router::express_route_entry_t< Regex_Engine >private
m_matcherrestinio::router::express_route_entry_t< Regex_Engine >private
match(const http_request_header_t &h, impl::target_path_holder_t &target_path, route_params_t &params) constrestinio::router::express_route_entry_t< Regex_Engine >inline
matcher_init_data_t typedefrestinio::router::express_route_entry_t< Regex_Engine >private
operator=(const express_route_entry_t &)=deleterestinio::router::express_route_entry_t< Regex_Engine >
operator=(express_route_entry_t &&)=defaultrestinio::router::express_route_entry_t< Regex_Engine >