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

Method end

src/laybasic/laybasic/gtf.cc:1111–1111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109 virtual void puts (const char *s) { mp_rec->errlog_puts (s); }
1110 virtual void endl () { mp_rec->errlog_endl (); }
1111 virtual void end () { mp_rec->errlog_end (); }
1112 virtual void begin () { mp_rec->errlog_begin (); }
1113 virtual void yield () { }
1114

Callers 14

dump_childrenFunction · 0.45
dump_widget_treeFunction · 0.45
widget_from_pathFunction · 0.45
widget_to_pathFunction · 0.45
write_dataFunction · 0.45
writeMethod · 0.45
register_connectionMethod · 0.45
unregister_connectionMethod · 0.45
~EventListMethod · 0.45
loadMethod · 0.45
saveMethod · 0.45
probe_widgetFunction · 0.45

Calls 1

errlog_endMethod · 0.45

Tested by

no test coverage detected