Searched defs:rxstrlit (Results 1 – 1 of 1) sorted by relevance
60 struct rxstrlit : public parser<rxstrlit<CharT> > { struct62 typedef rxstrlit self_t;64 rxstrlit(CharT const *first, CharT const *last) in rxstrlit() function66 rxstrlit(CharT const *first) in rxstrlit() argument71 parse(ScannerT const& scan) const in parse()91 impl::rx_parser<CharT> rx; // contains the boost regular expression parser