Bug 419

Summary: *Helper::SetAttribute* methods sometimes painful to use
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: helpersAssignee: Craig Dowell <craigdo>
Status: NEW ---    
Severity: normal CC: craigdo
Priority: P4    
Version: pre-release   
Hardware: All   
OS: All   

Description Mathieu Lacage 2008-11-25 05:05:19 EST
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.
Comment 1 Craig Dowell 2008-12-09 15:37:11 EST
This bug is on the ns-3.3 hot list and needs to be resolved one way or another.
Comment 2 Mathieu Lacage 2008-12-10 05:06:25 EST
this is a bug for the helper maintainer to decide what to do. reassigning.
Comment 3 Craig Dowell 2008-12-10 14:34:43 EST
Nice to have feature == defer