Dwm::Argument, Dwm::OptArg and Dwm::OptArgs definitions. More...
#include <iostream>#include <map>#include <sstream>#include <string>#include <vector>#include "DwmStringUtils.hh"
Go to the source code of this file.
Classes | |
| class | Dwm::Argument< T > |
| Encapsulate a single argument. More... | |
| class | Dwm::OptArg |
| Encapsulates a command line option and its argument (if it takes an argument). More... | |
| class | Dwm::OptArgs |
| Class to encapsulate command line options and parse them. More... | |
Functions | |
| template<typename T > | |
| std::ostream & | Dwm::operator<< (std::ostream &os, const Argument< T > &arg) |
| ostream operator << for Argument instances. | |
Dwm::Argument, Dwm::OptArg and Dwm::OptArgs definitions.