Application Class
Application Class. Provides the application's starting and terminating methods. The application program must define a derived instance to provide the pure virtual start() method. The program can be terminated at any point by calling CmAppl::end(code);
static CmAppl* app_inst
CmAppl(void)
virtual void start(int argc, char **argv)
static void end(int code)
void logInit(int level, int nr, int nvr, int nc, int nvc, char *fname)
void enableCustomizing(void)
void mainLoop(void)
inline void CmAppl::enableCustomizing(void)
inline void CmAppl::logInit(int level, int nr, int nvr, int nc, int nvc, char *fname)
Copyright 1996-1998 Vincenzo Morello
generated by doc++