Unnamed namespace. More...
Functions | |
std::pair< bool, std::string > | EnvDictionary (std::string key) |
Get key, value pairs from the "NS_ATTRIBUTE_DEFAULT" environment variable. More... | |
Unnamed namespace.
std::pair< bool, std::string > ns3::anonymous_namespace{object-base.cc}::EnvDictionary | ( | std::string | key | ) |
Get key, value pairs from the "NS_ATTRIBUTE_DEFAULT" environment variable.
[in] | key | The key to search for. |
true
if the key was found, and the associated value. Definition at line 56 of file object-base.cc.
References second::value.
Referenced by ns3::ObjectBase::ConstructSelf().