Command_LoadNetworkMultiple Class Reference

This command is used for loading a network file but can be called multiple times It simply calls the SingleCommandOneArgument ctor and sets the values:
name = --network
shortName = -n
parameterList = <network file>. More...

#include <predefinedcommands.h>

Inheritance diagram for Command_LoadNetworkMultiple:
MultipleCommand< std::string > Command

List of all members.

Public Member Functions

 Command_LoadNetworkMultiple (std::vector< std::string > *ptr)

Detailed Description

This command is used for loading a network file but can be called multiple times 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 117 of file predefinedcommands.h.