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

Method Clone

src/twparser/parserobjects.cpp:221–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221cParseNamedAttr* cParseNamedAttr::Clone() const
222{
223 cParseNamedAttr* pNew = new cParseNamedAttr(mstrName, mstrValue);
224 pNew->mLineNum = mLineNum;
225 return pNew;
226}
227
228void cParseNamedAttr::Dump(cDebug& d) const
229{

Callers 4

cGenreHeaderInfoMethod · 0.45
AddSpecMethod · 0.45
MergeNoOverwriteMethod · 0.45
ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected