MCPcopy Create free account
hub / github.com/PDAL/PDAL / consume

Method consume

pdal/util/ProgramArgs.hpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 void consume(size_t i)
99 {
100 m_vals[i].m_consumed = true;
101 if (i == m_unconsumedStart)
102 while (i < m_vals.size() - 1 && consumed(++i))
103 m_unconsumedStart++;
104 }
105
106 std::vector<std::string> unconsumedArgs() const
107 {

Callers 4

assignPositionalMethod · 0.80
assignPositionalMethod · 0.80
parseSimpleMethod · 0.80
parseMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected