#include <attribute-list.h>
Public Member Functions | |
void | Set (std::string name, const AttributeValue &value) |
bool | SetFailSafe (std::string name, const AttributeValue &value) |
void | SetWithTid (TypeId tid, std::string name, const AttributeValue &value) |
void | Reset (void) |
Static Public Member Functions | |
static AttributeList * | GetGlobal (void) |
static AttributeList* ns3::AttributeList::GetGlobal | ( | void | ) | [static] |
void ns3::AttributeList::Reset | ( | void | ) |
Clear the content of this instance.
void ns3::AttributeList::Set | ( | std::string | name, | |
const AttributeValue & | value | |||
) |
name | the full name of the attribute to set | |
value | the value to set |
bool ns3::AttributeList::SetFailSafe | ( | std::string | name, | |
const AttributeValue & | value | |||
) |
name | the full name of the attribute to set | |
value | the value to set |
void ns3::AttributeList::SetWithTid | ( | TypeId | tid, | |
std::string | name, | |||
const AttributeValue & | value | |||
) |
tid | the TypeId associated to this attribute | |
name | the name (not full!) of the attribute | |
value | the value to set |
Referenced by ns3::CreateObjectWithAttributes().