utl::Application Class Reference
[General]

Application base class. More...

#include <Application.h>

Inheritance diagram for utl::Application:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual int run (int argc=0, char **argv=NULL)=0
 Run the application.


Detailed Description

Application base class.

Any application you write with UTL++ should contain a single class that inherits from Application. Application's constructor calls utl::init(), and its destructor calls utl::deInit().

Author:
Adam McKee

Definition at line 26 of file Application.h.


Member Function Documentation

virtual int utl::Application::run ( int  argc = 0,
char **  argv = NULL 
) [pure virtual]

Run the application.

Returns:
application's exit code
Parameters:
argc number of parameters (as in main())
argv array of parameters (as in main())


The documentation for this class was generated from the following file:

Generated on Tue May 26 16:53:07 2009 for libUTL++ by  doxygen 1.5.6