Command_Width Class Reference

This command is used for setting a width. More...

#include <predefinedcommands.h>

Inheritance diagram for Command_Width:
SingleCommand< int > Command

List of all members.

Public Member Functions

 Command_Width (int *ptr)

Detailed Description

This command is used for setting a width.

It simply calls the SingleCommandOneArgument ctor and sets the values:
name = --width
shortName = -w
parameterList = <value>

See also:
Command, SingleCommandOneArgument, CommandlineParser

Definition at line 57 of file predefinedcommands.h.