50 BESApp::_theApplication =
this;
60 BESApp::_theApplication = 0;
112 __FILE__, __LINE__ ) ;
142 strm <<
BESIndent::LMarg <<
"BESBaseApp::dump - (" << (
void *)
this <<
")" << endl ;
virtual int initialize(int argC, char **argV)
initialize the BES application
exception thrown if inernal error encountered
static BESApp * _theApplication
virtual int main(int argC, char **argV)
main method of the BES application
string appName(void) const
Returns the name of the application.
static ostream & LMarg(ostream &strm)
virtual ~BESBaseApp(void)
Default destructor.
virtual void dump(ostream &strm) const
dumps information about this object
virtual int terminate(int sig=0)
clean up after the application
BESBaseApp(void)
Default constructor.
Application class for BES applications.
virtual int run(void)
the applications functionality is implemented in the run method