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

Method Clear

src/twparser/parserobjects.cpp:286–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void cParseNamedAttrList::Clear()
287{
288 for (std::list<cParseNamedAttr*>::iterator iter = mList.begin(); iter != mList.end(); ++iter)
289 {
290 delete *iter;
291 }
292 mList.clear();
293}
294
295void cParseNamedAttrList::Dump(cDebug& d) const
296{

Callers 1

CreatePropVectorMethod · 0.45

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected