Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/
Dcpp_iteration_context.hpp140 struct iteration_context struct
145 typedef IteratorT iterator_type;
146 typedef typename IteratorT::token_type::position_type position_type;
148 typedef base_iteration_context<ContextT, IteratorT> base_type;
149 typedef iteration_context<ContextT, IteratorT, InputPolicyT> self_type;
151 iteration_context(ContextT& ctx, BOOST_WAVE_STRINGTYPE const &fname, in iteration_context() argument