Class EnvironmentVariable implementation. More...
#include "environment-variable.h"
#include "string.h"
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <stdlib.h>
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
#define | NS_LOCAL_ASSERT(cond, msg) |
File-local assert macro for environment-variable.cc Our usual assert doesn't work here because these functions get called during static initialization of Logging itself. | |
#define | NS_LOCAL_LOG(msg) |
File-local logging macro for environment-variable.cc Our usual Logging doesn't work here because these functions get called during static initialization of Logging itself. | |
Class EnvironmentVariable implementation.
Definition in file environment-variable.cc.
#define NS_LOCAL_ASSERT | ( | cond, | |
msg ) |
File-local assert macro for environment-variable.cc Our usual assert doesn't work here because these functions get called during static initialization of Logging itself.
cond | The condition which is asserted to be true |
msg | The message stream to log |
Definition at line 119 of file environment-variable.cc.
Referenced by ns3::EnvironmentVariable::Dictionary::Dictionary().