MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / CleanUp

Method CleanUp

src/twparser/parserhelper.cpp:193–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void cParserHelper::CleanUp()
194{
195 GenreContainer::iterator i;
196 for (i = mAph.begin(); i != mAph.end(); ++i)
197 delete i->second;
198 while (!cPreprocessor::Empty())
199 cPreprocessor::PopState();
200 while (!cParserHelper::ScopeEmpty())
201 cParserHelper::PopScope();
202}
203
204cPreprocessor::cPreprocessor()
205{

Callers

nothing calls this directly

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected