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

Function load

src/laybasic/laybasic/gtf.h:379–382  ·  view source on GitHub ↗

* @brief Load the log file * * This method parses the given file and stores the events internally. * If the file is not a valid log file or an error occurs, an exception * is thrown. */

Source from the content-addressed store, hash-verified

377 * is thrown.
378 */
379 void load (const std::string &filename, bool no_spontaneous = false)
380 {
381 m_events.load (filename, no_spontaneous);
382 }
383
384 /**
385 * @brief Get the instance of the player

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected