Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/namespacecasa_1_1casa.html
Дата изменения: Unknown Дата индексирования: Mon Feb 14 21:09:22 2011 Кодировка: Поисковые слова: ngc 5128 |
this file contains all the compiler specific defines More...
Typedefs | |
typedef bool | Bool |
Define the standard types used by aips++. | |
typedef char | Char |
typedef unsigned char | uChar |
typedef short | Short |
typedef unsigned short | uShort |
typedef int | Int |
typedef unsigned int | uInt |
typedef long | Long |
typedef unsigned long | uLong |
typedef float | Float |
typedef double | Double |
typedef long double | lDouble |
typedef long long | Int64 |
Define the extra non-standard types used by aips++ (like proposed uSize, Size). | |
typedef unsigned long long | uInt64 |
typedef long | FitsLong |
Variables | |
const Bool | True |
const Bool | False |
Bool | 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. |
this file contains all the compiler specific defines
typedef bool casa::casa::Bool |
Define the standard types used by aips++.
Definition at line 6 of file LatticeStatistics.h.
typedef char casa::casa::Char |
Definition at line 10 of file LatticeStatistics.h.
typedef double casa::casa::Double |
Definition at line 19 of file LatticeStatistics.h.
typedef long casa::casa::FitsLong |
Definition at line 18 of file LatticeStatistics.h.
typedef float casa::casa::Float |
Definition at line 18 of file LatticeStatistics.h.
typedef int casa::casa::Int |
Definition at line 14 of file LatticeStatistics.h.
typedef long long casa::casa::Int64 |
Define the extra non-standard types used by aips++ (like proposed uSize, Size).
A guaranteed 64-bit long integer (for a.o. large file systems). An implementation must support the + and - operators.
Definition at line 9 of file LatticeStatistics.h.
typedef long double casa::casa::lDouble |
Definition at line 20 of file LatticeStatistics.h.
typedef long casa::casa::Long |
Definition at line 16 of file LatticeStatistics.h.
typedef short casa::casa::Short |
Definition at line 12 of file LatticeStatistics.h.
typedef unsigned char casa::casa::uChar |
Definition at line 11 of file LatticeStatistics.h.
typedef unsigned int casa::casa::uInt |
Definition at line 15 of file LatticeStatistics.h.
typedef unsigned long long casa::casa::uInt64 |
Definition at line 10 of file LatticeStatistics.h.
typedef unsigned long casa::casa::uLong |
Definition at line 17 of file LatticeStatistics.h.
typedef unsigned short casa::casa::uShort |
Definition at line 13 of file LatticeStatistics.h.
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.
If compiled with AIPS_DEBUG, then aips_debug is (defined to ) a global boolean variable (so it can be turned on and off in a debugger) which is initialized to True.
Definition at line 51 of file LatticeStatistics.h.
const Bool casa::casa::False |
Definition at line 8 of file LatticeStatistics.h.
const Bool casa::casa::True |
Definition at line 7 of file LatticeStatistics.h.