Anonymous | Login | 2022-05-25 09:00 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0000564 | OMNeT++ | simulation kernel | public | 2012-04-26 16:04 | 2012-04-26 16:32 | ||||||||
Reporter | zbojthe | ||||||||||||
Assigned To | |||||||||||||
Priority | low | Severity | feature | Reproducibility | always | ||||||||
Status | new | Resolution | open | ||||||||||
Platform | OS | OS Version | |||||||||||
Product Version | 4.2.2 | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0000564: suggestion: add a getRequiredAttribute() function to cXMLElement class | ||||||||||||
Description | const char *cXMLElement::getRequiredAttribute(const char *attr, bool acceptEmpty = false) const { const char *s = getAttribute(attr); if (!(s && (*s || acceptEmpty))) error("required attribute %s of <%s> missing at %s", attr, getTagName(), getSourceLocation()); return s; } | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files | |||||||||||||
![]() |
|||
Date Modified | Username | Field | Change |
2012-04-26 16:04 | zbojthe | New Issue | |
2012-04-26 16:32 | zbojthe | Description Updated |
Copyright © 2000 - 2022 MantisBT Team |