ADTF
Loading...
Searching...
No Matches
exception_handling.h File Reference
Include dependency graph for exception_handling.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  adtf
 Namespace for all functionality provided by ADTF and its SDKs.
 
namespace  adtf::ucom
 Namespace for the ADTF uCOM SDK.
 

Macros

#define ADTF_UCOM_ANNOTATE_RESULT(_result)
 for internal use
 
#define ADTF_UCOM_COMPOSED_RESULT(_result, ...)
 for internal use
 

Functions

std::string adtf::ucom::nested_exceptions_to_string (const std::exception &error)
 
std::string adtf::ucom::current_exception_to_string ()
 
cResult adtf::ucom::current_exception_to_result (const char *file, size_t line, const char *function)
 

Detailed Description

Copyright © Audi Electronics Venture GmbH. All rights reserved

Macro Definition Documentation

◆ ADTF_UCOM_ANNOTATE_RESULT

#define ADTF_UCOM_ANNOTATE_RESULT ( _result)
Value:
#define ADTF_UTIL_ANNOTATE_RESULT(_result,...)
for internal use
Definition result.h:64

for internal use

◆ ADTF_UCOM_COMPOSED_RESULT

#define ADTF_UCOM_COMPOSED_RESULT ( _result,
... )
Value:
ADTF_UTIL_COMPOSED_RESULT(_result, __VA_ARGS__)
#define ADTF_UTIL_COMPOSED_RESULT(_result,...)
for internal use
Definition result.h:68

for internal use