Command_Size Class Reference

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

#include <predefinedcommands.h>

Inheritance diagram for Command_Size:
SingleCommand< int > Command

List of all members.

Public Member Functions

 Command_Size (int *ptr1, int *ptr2)

Detailed Description

This command is used for setting a size.

It simply calls the SingleCommandTwoArguments ctor and sets the values: name = --size
shortName = -s
parameterList = <value1 value2>

See also:
Command, SingleCommandTwoArguments, CommandlineParser

Definition at line 87 of file predefinedcommands.h.