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

Function end_services

src/laybasic/laybasic/layViewObject.h:784–787  ·  view source on GitHub ↗

* @brief Services iterator: end */

Source from the content-addressed store, hash-verified

782 * @brief Services iterator: end
783 */
784 service_iterator end_services ()
785 {
786 return m_services.end ();
787 }
788
789 /**
790 * @brief Background objects iterator: begin

Callers 9

update_viewportMethod · 0.85
do_mouse_moveMethod · 0.85
send_leave_eventMethod · 0.85
send_enter_eventMethod · 0.85
send_wheel_eventMethod · 0.85
drag_cancelMethod · 0.85
hover_resetMethod · 0.85

Calls 1

endMethod · 0.45

Tested by

no test coverage detected