Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

main.hpp File Reference

Go to the source code of this file.

Functions

void GetAppParam ()
 User's application must define this function. More...

int AppMain (int argc,char *argv[])
 User's application must define this function.


Function Documentation

int AppMain ( int argc,
char * argv[] )
 

User's application must define this function.

void GetAppParam ( )
 

User's application must define this function.

This package defines a default Lemur main() which calls the application's main function AppMain(), takes care of parameter display, and handles uncaught exceptions.

An application is supposed to supply two functions

1. GetAppParam

This function is to load/read/get the parameter values required by an application.

2. AppMain

This is the main function of the application.


Generated at Fri Jul 26 18:22:34 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000