A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
environment-variable.cc File Reference

Class EnvironmentVariable implementation. More...

#include "environment-variable.h"
#include "string.h"
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <stdlib.h>
+ Include dependency graph for environment-variable.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.
 

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.
 

Detailed Description

Class EnvironmentVariable implementation.

Definition in file environment-variable.cc.

Macro Definition Documentation

◆ NS_LOCAL_ASSERT

#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.

Parameters
condThe condition which is asserted to be true
msgThe message stream to log

Definition at line 130 of file environment-variable.cc.