Command_LoadNetworkSingle Class Reference

This command is used for loading a network file. More...

#include <predefinedcommands.h>

Inheritance diagram for Command_LoadNetworkSingle:
SingleCommand< std::string > Command

List of all members.

Public Member Functions

 Command_LoadNetworkSingle (std::string *ptr)

Detailed Description

This command is used for loading a network file.

It simply calls the SingleCommandOneArgument ctor and sets the values:
name = --network
shortName = -n
parameterList = <network file>

See also:
Command, SingleCommandOneArgument, CommandlineParser

Definition at line 102 of file predefinedcommands.h.