casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Namespaces | Defines | Variables
aipsdef.h File Reference

Go to the source code of this file.

Namespaces

namespace  casa
 this file contains all the compiler specific defines

Defines

#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.
#define WHATEVER_SUN_TYPEDEF(X)
 SUN Native compiler has trouble with typedef inside class.
#define WHATEVER_TYPENAME
#define WHATEVER_SUN_EXCEPTSPEC(X)
#define WHATEVER_VECTOR_FORWARD_DEC

Variables

Bool casa::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.

Define Documentation

#define aips_debug

Definition at line 55 of file aipsdef.h.

#define aips_name2 (   a,
 
)

Definition at line 38 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 81 of file aipsdef.h.

#define WHATEVER_SUN_EXCEPTSPEC (   X)

Definition at line 97 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 92 of file aipsdef.h.

Definition at line 93 of file aipsdef.h.

Definition at line 106 of file aipsdef.h.