casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Variables
aipsdef.h File Reference
#include <casacore/casa/aipstype.h>

Go to the source code of this file.

Namespaces

 casacore
 this file contains all the compiler specific defines
 

Macros

#define aips_name2(a, b)
 
#define aips_debug
 
#define restrict
 HP/UX. More...
 
#define CASACORE_STRINGIFY(x)
 Define the macros to stringify a preprocessor variable. More...
 
#define CASACORE_STRINGIFY_HELPER(x)
 
#define CASACORE_FALLTHROUGH
 A fallthrough attribute to avoid compiler warnings, available only from C++17 onwards. More...
 

Variables

Bool casacore::aips_debug_on
 If AIPS_DEBUG is not defined, then the symbol expands to (0) which in an if should be removed by the dead code eliminator of any optimizer; thus using this in your code should have no performance penalty in the normal case. More...
 

Macro Definition Documentation

#define aips_debug

Definition at line 57 of file aipsdef.h.

#define aips_name2 (   a,
 
)

Definition at line 40 of file aipsdef.h.

#define CASACORE_FALLTHROUGH

A fallthrough attribute to avoid compiler warnings, available only from C++17 onwards.

Definition at line 90 of file aipsdef.h.

#define CASACORE_STRINGIFY (   x)

Define the macros to stringify a preprocessor variable.

Definition at line 78 of file aipsdef.h.

#define CASACORE_STRINGIFY_HELPER (   x)

Definition at line 79 of file aipsdef.h.

#define restrict

HP/UX.

The restrict keyword is supported by some compilers only.

Definition at line 73 of file aipsdef.h.