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

Method ClearList

src/fco/fconame.cpp:70–76  ·  view source on GitHub ↗

////////////////////////////////////////////// ClearList() //////////////////////////////////////////////

Source from the content-addressed store, hash-verified

68// ClearList()
69///////////////////////////////////////////////////
70inline void cFCOName_i::ClearList()
71{
72 cFCOName::ListType::iterator i;
73 for (i = mNames.begin(); i != mNames.end(); ++i)
74 (*i)->Release();
75 mNames.clear();
76}
77
78cFCONameTbl cFCOName_i::msNameTbl;
79

Callers 1

ParseStringMethod · 0.45

Calls 3

beginMethod · 0.80
endMethod · 0.80
ReleaseMethod · 0.45

Tested by

no test coverage detected