1 #ifndef APPLICATION_UTILITIES_FAILURE_H 2 #define APPLICATION_UTILITIES_FAILURE_H 15 Failure(
const std::string &what);
26 #endif // APPLICATION_UTILITIES_FAILURE_H Contains currently only ArgumentParser and related classes.
#define USE_NOTHROW
Marks a function as never throwing, under no circumstances.
The Failure class is thrown by an ArgumentParser when a parsing error occurs.
#define CPP_UTILITIES_EXPORT
Marks the symbol to be exported by the c++utilities library.