A Discrete-Event Network Simulator
API
command-line.cc File Reference

ns3::CommandLine implementation. More...

#include "command-line.h"
#include "des-metrics.h"
#include "log.h"
#include "config.h"
#include "global-value.h"
#include "system-path.h"
#include "type-id.h"
#include "string.h"
#include <algorithm>
#include <cctype>
#include <cstdlib>
#include <cstring>
#include <iomanip>
#include <set>
#include <sstream>
#include <unistd.h>
+ Include dependency graph for command-line.cc:

Go to the source code of this file.

Namespaces

 anonymous_namespace{command-line.cc}
 CommandLine anonymous namespace.
 
 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

std::string anonymous_namespace{command-line.cc}::Encode (const std::string &source)
 HTML-encode a string, for PrintDoxygenUsage(). More...
 
std::ostream & ns3::operator<< (std::ostream &os, const CommandLine &cmd)
 Overloaded operator << to print program usage (shortcut for CommandLine::PrintHelper) More...
 

Detailed Description

ns3::CommandLine implementation.

Definition in file command-line.cc.