ADTF  3.18.3
catch_integration.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Classes

struct  StringMaker< tResult >
 
struct  StringMaker< tError< Code > >
 
struct  StringMaker< adtf::util::cString >
 
struct  StringMaker< adtf::util::cFilename >
 

Macros

#define REQUIRE_OK(...)   REQUIRE(tResult(ERR_NOERROR) == __VA_ARGS__)
 
#define REQUIRE_FAILED(...)   REQUIRE(tResult(ERR_NOERROR) != __VA_ARGS__)
 
#define CHECK_OK(...)   CHECK(tResult(ERR_NOERROR) == __VA_ARGS__)
 
#define CHECK_FAILED(...)   CHECK(tResult(ERR_NOERROR) != __VA_ARGS__)
 

Functions

 CATCH_TRANSLATE_EXCEPTION (const tResult &oError)
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file catch_integration.h.