C++ Utilities 5.24.8
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
parseerror.h File Reference
#include "../global.h"
#include <iosfwd>
#include <stdexcept>
Include dependency graph for parseerror.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CppUtilities::ParseError
 The ParseError class is thrown by an ArgumentParser when a parsing error occurs. More...
 

Namespaces

namespace  CppUtilities
 Contains all utilities provides by the c++utilities library.
 

Functions

CPP_UTILITIES_EXPORT std::ostream & CppUtilities::operator<< (std::ostream &o, const ParseError &failure)
 Prints an error message "Unable to parse arguments: ..." for the specified failure.