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

Method Add

src/twparser/parserobjects.h:252–255  ·  view source on GitHub ↗

dump entire list

Source from the content-addressed store, hash-verified

250
251 void Dump(cDebug& d) const; // dump entire list
252 void Add(cParseSpecMask* const pa)
253 {
254 mList.push_back(pa);
255 };
256
257 std::list<cParseSpecMask*> mList;
258};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected