Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
catch_compiler_capabilities.h File Reference
#include "catch_platform.h"
Include dependency graph for catch_compiler_capabilities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CATCH_INTERNAL_CONFIG_POSIX_SIGNALS
 
#define CATCH_INTERNAL_CONFIG_COUNTER
 
#define CATCH_CONFIG_COUNTER
 
#define CATCH_CONFIG_POSIX_SIGNALS
 
#define CATCH_CONFIG_WCHAR
 
#define CATCH_CONFIG_CPP11_TO_STRING
 
#define CATCH_CONFIG_DISABLE_EXCEPTIONS
 
#define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS
 
#define CATCH_INTERNAL_UNSUPPRESS_PARENTHESES_WARNINGS
 
#define CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS
 
#define CATCH_INTERNAL_UNSUPPRESS_GLOBALS_WARNINGS
 
#define CATCH_INTERNAL_SUPPRESS_UNUSED_WARNINGS
 
#define CATCH_INTERNAL_UNSUPPRESS_UNUSED_WARNINGS
 
#define CATCH_TRY   if ((true))
 
#define CATCH_CATCH_ALL   if ((false))
 
#define CATCH_CATCH_ANON(type)
 

Macro Definition Documentation

◆ CATCH_CATCH_ALL

#define CATCH_CATCH_ALL   if ((false))

Definition at line 280 of file catch_compiler_capabilities.h.

◆ CATCH_CATCH_ANON

#define CATCH_CATCH_ANON ( type)
Value:
if ((false))

Definition at line 281 of file catch_compiler_capabilities.h.

◆ CATCH_CONFIG_COUNTER

#define CATCH_CONFIG_COUNTER

Definition at line 215 of file catch_compiler_capabilities.h.

◆ CATCH_CONFIG_CPP11_TO_STRING

#define CATCH_CONFIG_CPP11_TO_STRING

Definition at line 230 of file catch_compiler_capabilities.h.

◆ CATCH_CONFIG_DISABLE_EXCEPTIONS

#define CATCH_CONFIG_DISABLE_EXCEPTIONS

Definition at line 258 of file catch_compiler_capabilities.h.

◆ CATCH_CONFIG_POSIX_SIGNALS

#define CATCH_CONFIG_POSIX_SIGNALS

Definition at line 222 of file catch_compiler_capabilities.h.

◆ CATCH_CONFIG_WCHAR

#define CATCH_CONFIG_WCHAR

Definition at line 226 of file catch_compiler_capabilities.h.

◆ CATCH_INTERNAL_CONFIG_COUNTER

#define CATCH_INTERNAL_CONFIG_COUNTER

Definition at line 174 of file catch_compiler_capabilities.h.

◆ CATCH_INTERNAL_CONFIG_POSIX_SIGNALS

#define CATCH_INTERNAL_CONFIG_POSIX_SIGNALS

Definition at line 73 of file catch_compiler_capabilities.h.

◆ CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS

#define CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS

Definition at line 270 of file catch_compiler_capabilities.h.

◆ CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS

#define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS

Definition at line 266 of file catch_compiler_capabilities.h.

◆ CATCH_INTERNAL_SUPPRESS_UNUSED_WARNINGS

#define CATCH_INTERNAL_SUPPRESS_UNUSED_WARNINGS

Definition at line 274 of file catch_compiler_capabilities.h.

◆ CATCH_INTERNAL_UNSUPPRESS_GLOBALS_WARNINGS

#define CATCH_INTERNAL_UNSUPPRESS_GLOBALS_WARNINGS

Definition at line 271 of file catch_compiler_capabilities.h.

◆ CATCH_INTERNAL_UNSUPPRESS_PARENTHESES_WARNINGS

#define CATCH_INTERNAL_UNSUPPRESS_PARENTHESES_WARNINGS

Definition at line 267 of file catch_compiler_capabilities.h.

◆ CATCH_INTERNAL_UNSUPPRESS_UNUSED_WARNINGS

#define CATCH_INTERNAL_UNSUPPRESS_UNUSED_WARNINGS

Definition at line 275 of file catch_compiler_capabilities.h.

◆ CATCH_TRY

#define CATCH_TRY   if ((true))

Definition at line 279 of file catch_compiler_capabilities.h.