WBA_Application

WBA_Application

wba

1998 12-05


CLASS

WBA_Application - C++ well-behaved application


SYNOPSIS

WBA_Application provides standard semantics for well-behaved applications. This is an abstract base class and must be extended prior to use. Derived classes should provide their own versions of GetName(), GetVersion(), GetParameterUsage(), and Process().


CONSTRUCTOR


MEMBER FUNCTIONS


MEMBER DATA


CONVENIENCE MACROS


WBA_APP Macro for the current application as defined by WBA_Application::GetCurrentApplication().
WBA_ENV Macro for the current environment as defined by (*(WBA_ENV.GetArgumentTable()))
WBA_ARGS Macro for the current argument table within the environment as defined by *(WBA_Application::GetCurrentApplication()->) code(environment.GetArgumentTable()).


SEE ALSO

WBA_Daemon(3), WBA_Environment(3), WBA_Argument(3), WBA_ArgumentTable(3)


NOTES

Handling of Unix signals and re-initialization needs work.