WBA_Argument

WBA_Argument

wba

1998 12-05


CLASS

WBA_Argument - C++ class representing a single unified argument


SYNOPSIS

This class is used to represent an argument whose data may have originated from either the program itself, the command line, a configuration file, or an environment variable. A WBA_Argument is made up of a key string, a value string, a description string, and a list of aliases. The aliases are primarily used by WBA_Environment::LoadCommandLine() to allow for alternate flags (such as the commonly used single letter flags).


CONSTRUCTORS


MEMBER FUNCTIONS