Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/
Dcpp_iteration_context.hpp95 struct base_iteration_context struct
97 enum file_type
105 base_iteration_context(ContextT& ctx_, in base_iteration_context() argument
111 base_iteration_context(ContextT& ctx_, in base_iteration_context() argument
122 IteratorT first; // actual input stream position
123 IteratorT last; // end of input stream
124 BOOST_WAVE_STRINGTYPE real_filename; // real name of the current file
125 BOOST_WAVE_STRINGTYPE real_relative_filename; // real relative name of the current file
126 BOOST_WAVE_STRINGTYPE filename; // actual processed file
127 std::size_t line; // line counter of underlying stream
[all …]