23 #ifndef NDN_NDN_REGEX_PSEUDO_MATCHER_HPP
24 #define NDN_NDN_REGEX_PSEUDO_MATCHER_HPP
26 #include "ndn-regex-matcher-base.hpp"
33 : NdnRegexMatcherBase(
"", NDN_REGEX_EXPR_PSEUDO)
44 setMatchResult(
const std::string& str)
46 matchResult_.push_back
A Name::Component holds a read-only name component value.
Definition: name.hpp:45
Definition: ndn-regex-pseudo-matcher.hpp:30