|
Bugzilla – Full Text Bug Listing |
| Summary: | *Helper::SetAttribute* methods sometimes painful to use | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | helpers | Assignee: | Craig Dowell <craigdo> |
| Status: | NEW --- | ||
| Severity: | normal | CC: | craigdo |
| Priority: | P4 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
This bug is on the ns-3.3 hot list and needs to be resolved one way or another. this is a bug for the helper maintainer to decide what to do. reassigning. Nice to have feature == defer |
It would be nice if we could overload our SetAttribute methods to provide a version like this SetAttribute (std::string name, std::string value) { SetAttribute (name, StringValue (value)); } This is purely syntactical sugar, I know.