MGIS
Loading...
Searching...
No Matches
ErrorBacktrace.hxx File Reference

This file declares the ErrorBacktrace class. More...

#include <string>
#include <memory>
#include <vector>
#include <variant>
#include <utility>
#include <type_traits>
#include "MGIS/Config.hxx"
#include "MGIS/InvalidResult.hxx"
#include "MGIS/AbstractErrorHandler.hxx"

Classes

struct  mgis::ErrorBacktrace
 a structure to keep trace of error messages. More...
 

Namespaces

namespace  mgis
 the namespace mgis encloses all the MGIS project.
 

Functions

MGIS_EXPORT InvalidResult mgis::registerExceptionInErrorBacktrace (ErrorBacktrace &) noexcept
 a custom Lippincott-like function that extract error messages from an exception an
 
MGIS_EXPORT InvalidResult mgis::registerExceptionInErrorBacktraceWithoutSourceLocation (ErrorBacktrace &) noexcept
 a custom Lippincott-like function that extract error messages from an exception an
 

Detailed Description

This file declares the ErrorBacktrace class.

Date
04/11/2022