Lines Matching refs:m_next_positional
1224 std::vector<std::string>::iterator m_next_positional;
1247 , m_next_positional(m_positional.end())
1352 std::vector<std::string>::iterator m_next_positional;
1518 , m_next_positional(m_positional.begin())
1665 while (m_next_positional != m_positional.end())
1667 auto iter = m_options->find(*m_next_positional);
1675 add_to_option(*m_next_positional, a);
1676 ++m_next_positional;
1681 ++m_next_positional;
1687 add_to_option(*m_next_positional, a);
1693 throw option_not_exists_exception(*m_next_positional);
1712 m_next_positional = m_positional.begin();