#include <string>
#include <iostream>
#include <vector>
#include "ionflux/Reporter.hpp"
#include "ionflux/Tokenizer.hpp"
Include dependency graph for CLArgs.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Ionflux |
namespace | Ionflux::Tools |
Classes | |
struct | Ionflux::Tools::CLOption |
Command line option. More... | |
struct | Ionflux::Tools::CLAcceptableOption |
Acceptable command line option. More... | |
class | Ionflux::Tools::CLArgs |
Command line argument parser. More... | |
Typedefs | |
typedef std::vector< std::string > | Ionflux::Tools::CLParams |
Vector of command line parameters. |