MCPcopy Create free account
hub / github.com/KLayout/klayout / ~EventList

Method ~EventList

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

Source from the content-addressed store, hash-verified

1011}
1012
1013EventList::~EventList ()
1014{
1015 for (std::vector<gtf::LogEventBase *>::const_iterator e = m_events.begin (); e != m_events.end (); ++e) {
1016 delete *e;
1017 }
1018 m_events.clear ();
1019}
1020
1021void
1022EventList::load (const std::string &filename, bool no_spontaneous)

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected