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

Function commit

src/laybasic/laybasic/layStream.h:89–92  ·  view source on GitHub ↗

* @brief Commit the page * * The implementation is supposed to read the configuration (and * throw exceptions if the configuration something is invalid) * and commit the changes through * The options object can be cast to the specific format object. */

Source from the content-addressed store, hash-verified

87 * The options object can be cast to the specific format object.
88 */
89 virtual void commit (db::FormatSpecificWriterOptions * /*options*/, const db::Technology * /*tech*/, bool /*gzip*/)
90 {
91 // the default implementation does nothing.
92 }
93};
94
95/**

Callers 2

do_load_layer_propsMethod · 0.70
new_cellMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected