Home
last modified time | relevance | path

Searched defs:rxstrlit (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/
Dregex.hpp60 struct rxstrlit : public parser<rxstrlit<CharT> > { struct
62 typedef rxstrlit self_t;
64 rxstrlit(CharT const *first, CharT const *last) in rxstrlit() function
66 rxstrlit(CharT const *first) in rxstrlit() argument
71 parse(ScannerT const& scan) const in parse()
91 impl::rx_parser<CharT> rx; // contains the boost regular expression parser