MCPcopy Create free account
hub / github.com/aclements/libelfin / iterator

Method iterator

dwarf/line.cc:262–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262line_table::iterator::iterator(const line_table *table, section_offset pos)
263 : table(table), pos(pos)
264{
265 if (table) {
266 regs.reset(table->m->default_is_stmt);
267 ++(*this);
268 }
269}
270
271line_table::iterator &
272line_table::iterator::operator++()

Callers

nothing calls this directly

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected