ns3::ObjectBase class implementation. More...
#include "object-base.h"#include "attribute-construction-list.h"#include "log.h"#include "string.h"#include "trace-source-accessor.h"#include "ns3/core-config.h"#include <cstdlib>#include <cstring>#include <unordered_map>
Include dependency graph for object-base.cc:Go to the source code of this file.
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
| namespace | ns3::anonymous_namespace{object-base.cc} |
| Unnamed namespace. | |
Macros | |
| #define | LOG_WHERE_VALUE(where, value) |
| Log where and what value we find for the attribute. More... | |
Functions | |
| 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. More... | |
ns3::ObjectBase class implementation.
Definition in file object-base.cc.
| #define LOG_WHERE_VALUE | ( | where, | |
| value | |||
| ) |
Log where and what value we find for the attribute.
| where | The source of the value |
| value | The value found, or "nothing" |
Definition at line 147 of file object-base.cc.