Searched defs:base_iteration_context (Results 1 – 1 of 1) sorted by relevance
95 struct base_iteration_context struct97 enum file_type105 base_iteration_context(ContextT& ctx_, in base_iteration_context() argument111 base_iteration_context(ContextT& ctx_, in base_iteration_context() argument122 IteratorT first; // actual input stream position123 IteratorT last; // end of input stream124 BOOST_WAVE_STRINGTYPE real_filename; // real name of the current file125 BOOST_WAVE_STRINGTYPE real_relative_filename; // real relative name of the current file126 BOOST_WAVE_STRINGTYPE filename; // actual processed file127 std::size_t line; // line counter of underlying stream[all …]