camcom 1.0.0-pre2
 
Loading...
Searching...
No Matches
httplib::detail::MatcherBase Class Referenceabstract

#include <httplib.h>

Inheritance diagram for httplib::detail::MatcherBase:
httplib::detail::PathParamsMatcher httplib::detail::RegexMatcher

Public Member Functions

 MatcherBase (std::string pattern)
 
virtual ~MatcherBase ()=default
 
const std::string & pattern () const
 
virtual bool match (Request &request) const =0
 

Constructor & Destructor Documentation

◆ MatcherBase()

httplib::detail::MatcherBase::MatcherBase ( std::string pattern)
inline

◆ ~MatcherBase()

virtual httplib::detail::MatcherBase::~MatcherBase ( )
virtualdefault

Member Function Documentation

◆ match()

virtual bool httplib::detail::MatcherBase::match ( Request & request) const
pure virtual

◆ pattern()

const std::string & httplib::detail::MatcherBase::pattern ( ) const
inline

The documentation for this class was generated from the following file: