Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/static/
Dstatic.hpp111 struct static_xpression struct
114 Next next_;
125 static_xpression(Matcher const &matcher = Matcher(), Next const &next = Next()) in static_xpression() function
134 bool match(match_state<BidiIter> &state) const in match()
143 bool push_match(match_state<BidiIter> &state) const in push_match()
151 static bool skip_impl(That const &that, match_state<BidiIter> &state) in skip_impl()
158 void link(xpression_linker<Char> &linker) const in link()
166 void peek(xpression_peeker<Char> &peeker) const in peek()
172 detail::width get_width() const in get_width()
182 void peek_next_(mpl::true_, xpression_peeker<Char> &peeker) const in peek_next_()
[all …]