#include <wibble/commandline/core.h>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | wibble::commandline::Bool |
| struct | wibble::commandline::Int |
| struct | wibble::commandline::String |
| struct | wibble::commandline::ExistingFile |
| class | wibble::commandline::Option |
| Interface for a parser for one commandline option. More... | |
| class | wibble::commandline::BoolOption |
| Boolean option. More... | |
| class | wibble::commandline::SingleOption< T > |
| struct | wibble::commandline::IntOption |
| class | wibble::commandline::VectorOption< T > |
| class | wibble::commandline::OptionGroup |
| Group related commandline options. More... | |
Namespaces | |
| namespace | wibble |
| namespace | wibble::commandline |
Typedefs | |
| typedef SingleOption< String > | wibble::commandline::StringOption |
| typedef SingleOption < ExistingFile > | wibble::commandline::ExistingFileOption |
| Commandline option with a mandatory argument naming a file which must exist. | |
1.6.3