58 void add_source_location(const ::ioda::source_location& loc);
71 virtual const
char* what() const noexcept;
75 Exception& add(const std::
string& key, const T value) {
76 opts_.
add<T>(key, value);
Quick and easy key-value container that stringifies all values.
The ioda exception class.
virtual ~Exception() noexcept
Quick and easy key-value container that stringifies all values.
Options & add(const std::string &key, const T &value)
Adds an option. Throws if the same name already exists.
Common preprocessor definitions used throughout IODA.
#define IODA_DL
A preprocessor tag that indicates that a symbol is to be exported/imported.
IODA_DL void unwind_exception_stack(const std::exception &e, std::ostream &out=std::cerr, int level=0)
Convenience function for unwinding an exception stack.
Implements ioda::source_location.
static source_location current() noexcept
Determine current source location.