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

Method inc

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

Source from the content-addressed store, hash-verified

341 }
342
343 virtual void inc ()
344 {
345 ++m_ai;
346 if (m_ai >= m_amax) {
347 m_ai = m_amin;
348 ++m_bi;
349 }
350 }
351
352 virtual bool at_end () const
353 {

Callers 1

array_iteratorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected