|
Core Library
|
The CmdLineParser class definition. More...
#include "Common.hpp"#include "CmdLineParser.hpp"#include "CmdLineException.hpp"#include "StringUtils.hpp"#include <algorithm>#include "BadLogicException.hpp"#include <set>Classes | |
| struct | Core::CmdLineParser::IsSeparator |
| The predicate for finding the name/value separator. More... | |
| struct | Core::CmdLineParser::IsShortName |
| The predicate for matching the switches short name. More... | |
| struct | Core::CmdLineParser::IsLongName |
| The predicate for matching the switches long name. More... | |
Namespaces | |
| namespace | Core |
The Core Library namespace. | |
The CmdLineParser class definition.
1.7.6.1