RESTinio
restinio::router::impl::route_matcher_t< Regex_Engine > Member List

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

m_method_matcherrestinio::router::impl::route_matcher_t< Regex_Engine >private
m_named_params_bufferrestinio::router::impl::route_matcher_t< Regex_Engine >private
m_param_appender_sequencerestinio::router::impl::route_matcher_t< Regex_Engine >private
m_route_regexrestinio::router::impl::route_matcher_t< Regex_Engine >private
match_results_t typedefrestinio::router::impl::route_matcher_t< Regex_Engine >
match_route(target_path_holder_t &target_path, route_params_t &parameters) constrestinio::router::impl::route_matcher_t< Regex_Engine >inline
operator()(const http_request_header_t &h, target_path_holder_t &target_path, route_params_t &parameters) constrestinio::router::impl::route_matcher_t< Regex_Engine >inline
regex_t typedefrestinio::router::impl::route_matcher_t< Regex_Engine >
route_matcher_t(http_method_id_t method, regex_t route_regex, std::shared_ptr< std::string > named_params_buffer, param_appender_sequence_t param_appender_sequence)restinio::router::impl::route_matcher_t< Regex_Engine >inline
route_matcher_t(Method_Matcher &&method_matcher, regex_t route_regex, std::shared_ptr< std::string > named_params_buffer, param_appender_sequence_t param_appender_sequence)restinio::router::impl::route_matcher_t< Regex_Engine >inline
route_matcher_t()=defaultrestinio::router::impl::route_matcher_t< Regex_Engine >
route_matcher_t(route_matcher_t &&)=defaultrestinio::router::impl::route_matcher_t< Regex_Engine >