The main() function and some documentation. More...
#include "bande.hh"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| Statup function. | |
The main() function and some documentation.
Definition in file main.cc.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Statup function.
Command line arguments are parsed by a bande::Settings object created for the purpose.
| argc | the number of command line arguments. | |
| argv | an array of command line arguments. |
Definition at line 41 of file main.cc.
References bande::Settings::args(), and bande::Settings::run().
1.6.0