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