Home
last modified time | relevance | path

Searched refs:iter_ctxs (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/wave/
Dcpp_context.hpp195 { return iter_ctxs.size(); } in get_iteration_depth()
299 { iter_ctxs.set_max_include_nesting_depth(new_depth); } in set_max_include_nesting_depth()
301 { return iter_ctxs.get_max_include_nesting_depth(); } in get_max_include_nesting_depth()
364 { iteration_ptr_type top = iter_ctxs.top(); iter_ctxs.pop(); return top; } in pop_iteration_context()
366 { iter_ctxs.push(*this, act_pos, iter_ctx); } in push_iteration_context()
527 iteration_context_stack_type iter_ctxs; // iteration contexts member in boost::wave::context