added new var

This commit is contained in:
mes5k 2004-02-10 03:56:05 +00:00
parent 84a061ca4e
commit b8c1dbf97c

View File

@ -167,6 +167,11 @@ class Arg
*/
static const string nameStartString;
/**
* The name used to identify the ignore rest argument.
*/
static const string ignoreNameString;
/**
* Sets the delimiter for all arguments.
* \param c - The character that delimits flags/names from values.