ctools
2.0.0
|
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Main entry point of application. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main entry point of application.
[in] | argc | Number of command line arguments. |
[in] | argv | Command line arguments. |
This is the main entry point of the ctool_base application. It allocates a ctool_base object and executes the application. Any exceptions that occur will be catched and corresponding error messages written in the application logger and into the standard output.
Definition at line 46 of file main_base.cpp.
References execute_ctool(), and report_ctool_failure().