MCPcopy Create free account
hub / github.com/KLayout/klayout / begin_regular

Method begin_regular

src/db/db/dbArray.h:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 virtual std::pair<basic_array_iterator<Coord> *, bool> begin () const = 0;
168
169 virtual std::pair<basic_array_iterator<Coord> *, bool> begin_regular (long /*a*/, long /*b*/) const { return begin (); }
170
171 virtual ArrayBase *basic_clone () const
172 {

Callers 1

beginMethod · 0.45

Calls 1

beginFunction · 0.70

Tested by

no test coverage detected