C++ Utilities
4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
Go to the source code of this file.
Classes | |
class | ApplicationUtilities::Failure |
The Failure class is thrown by an ArgumentParser when a parsing error occurs. More... | |
Namespaces | |
ApplicationUtilities | |
Contains currently only ArgumentParser and related classes. | |
Functions | |
CPP_UTILITIES_EXPORT std::ostream & | ApplicationUtilities::operator<< (std::ostream &o, const Failure &failure) |
Prints an error message "Unable to parse arguments: ..." for the specified failure. More... | |