Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ array_iterator
Method
array_iterator
src/db/db/dbArray.h:1401–1405 ·
view source on GitHub ↗
* @brief The default constructor */
Source
from the content-addressed store, hash-verified
1399
* @brief The default constructor
1400
*/
1401
array_iterator ()
1402
: m_trans (), mp_base (0), m_done (true)
1403
{
1404
// .. nothing yet ..
1405
}
1406
1407
/**
1408
* @brief The iterator constructor
Callers
nothing calls this directly
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected