WBA_Environment

WBA_Environment

wba

1998 12-05


CLASS

WBA_Environment - C++ execution environment


SYNOPSIS

This class encapsulates the execution environment of an application, in particular the arguments, parameters, and executable name.


There are Load member functions with which the user loads environment data from different environment sources (namely the command line, environment variables, and configuration files). Each of the Load functions accepts a mode argument which when set to TRUE loads all arguments and when set to FALSE loads only arguments that already exist in the argument table. This allows the program to specify ahead of time which arguments are relevant to itself (using WBA_ArgumentTable::Set()) and disregard irrelevant arguments.


PARENTS


WBA_ValueSource public


CONSTRUCTOR


MEMBER FUNCTIONS