|
Limbo
|
test usage of program options More...
#include <iostream>#include <string>#include <vector>#include <limbo/programoptions/ProgramOptions.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| test usage of program options, such as help, boolean, integer, floating point number, and vector More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
test usage of program options, such as help, boolean, integer, floating point number, and vector
| argc | number of arguments |
| argv | values of arguments |
Definition at line 21 of file test_ProgramOptions.cpp.
1.8.8