A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
command-line.h File Reference
#include <string>
#include <sstream>
#include <list>
#include "callback.h"
+ Include dependency graph for command-line.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::CommandLine::CallbackItem
class  ns3::CommandLine
 parse command-line argumentsInstances of this class can be used to parse command-line arguments: users can register new arguments with CommandLine::AddValue but the most important functionality provided by this class is that it can be used to set the 'initial value' of every attribute in the system with the More...
class  ns3::CommandLine::Item
class  ns3::CommandLine::UserItem< T >

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.