casacore
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
 With sgi the AIPS_USE_NEW_SGI switch is always set to cater for still existing problems in FFTPack and SquareMatrix. More...
 
#define WHATEVER_SUN_TYPEDEF(X)
 SUN Native compiler has trouble with typedef inside class. More...
 
#define WHATEVER_TYPENAME
 
#define WHATEVER_SUN_EXCEPTSPEC(X)
 
#define WHATEVER_VECTOR_FORWARD_DEC
 

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 restrict

With sgi the AIPS_USE_NEW_SGI switch is always set to cater for still existing problems in FFTPack and SquareMatrix.

It should be removed at some stage. Note that for the gcc compiler 'std::' is recognised as '::' for now. HP/UX The restrict keyword is supported by some compilers only.

Definition at line 83 of file aipsdef.h.

#define WHATEVER_SUN_EXCEPTSPEC (   X)

Definition at line 99 of file aipsdef.h.

#define WHATEVER_SUN_TYPEDEF (   X)

SUN Native compiler has trouble with typedef inside class.

PGI compiler (QK_USER) on Cray XT3 needs throw specification in .cc file.

Definition at line 94 of file aipsdef.h.

#define WHATEVER_TYPENAME

Definition at line 95 of file aipsdef.h.

#define WHATEVER_VECTOR_FORWARD_DEC

Definition at line 108 of file aipsdef.h.