#include <stlsoft/stlsoft.h>
#include <stlsoft/string/simple_string.hpp>
#include <stlsoft/string/split_functions.hpp>
#include <stlsoft/string/string_view.hpp>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Classes | |
| class | cmdargs |
| Facade class that presents argc+argv command line parameters as two separate sequences of options (those arguments with - or -- prefixes and, optionally, separated from an option value by a =) and values (those without any leading hyphens). More... | |
| struct | cmdargs::option |
| Represents a command-line option. More... | |
| struct | cmdargs::value |
| Represents a command-line value. More... | |
Functions | |
| template<typename S> | |
| S & | operator<< (S &stm, cmdargs::option const &option) |
| template<typename S> | |
| S & | operator<< (S &stm, cmdargs::value const &value) |
1.5.6