|
|
virtual void | compile () |
| | Compile the regular expression to generate more matchers when necessary.
|
| |
| ndn::NdnRegexComponentMatcher::NdnRegexComponentMatcher |
( |
const std::string & |
expr, |
|
|
ptr_lib::shared_ptr< NdnRegexBackrefManager > |
backrefManager, |
|
|
bool |
isExactMatch = true |
|
) |
| |
|
inline |
Create a RegexComponent matcher from expr.
- Parameters
-
| expr | The standard regular expression to match a component. |
| backrefManager | The back reference manager. |
| isExactMatch | The flag to provide exact match. |
The documentation for this class was generated from the following file: