#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | ProgramOptions::AmbiguousOption |
class | ProgramOptions::ContextError |
Used for signaling errors in OptionContext. More... | |
class | ProgramOptions::DuplicateOption |
class | ProgramOptions::Error |
Base class for all exceptions. More... | |
class | ProgramOptions::SyntaxError |
Used for signaling errors on command-line and in declaring options. More... | |
class | ProgramOptions::UnknownOption |
class | ProgramOptions::ValueError |
Used for signaling validation errors when trying to assign option values. More... | |
Namespaces | |
namespace | ProgramOptions |