Core Library
Classes | Namespaces
CmdLineParser.cpp File Reference

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.



Detailed Description

The CmdLineParser class definition.

Author:
Chris Oldwood