MCPcopy Create free account
hub / github.com/KLayout/klayout / operator==

Method operator==

src/laybasic/laybasic/layCellView.cc:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34{ }
35
36bool
37CellView::operator== (const CellView &cv) const
38{
39 return m_layout_href == cv.m_layout_href
40 && mp_ctx_cell == cv.mp_ctx_cell && m_ctx_cell_index == cv.m_ctx_cell_index
41 && mp_cell == cv.mp_cell && m_cell_index == cv.m_cell_index
42 && m_unspecific_path == cv.m_unspecific_path && m_specific_path == cv.m_specific_path;
43}
44
45bool
46CellView::is_valid () const

Callers

nothing calls this directly

Calls 1

is_validFunction · 0.70

Tested by

no test coverage detected