|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Teuchos header file which uses auto-configuration information to include necessary C++ headers. More...
#include "TeuchosCore_config.h"#include "Teuchos_config.h"#include <stddef.h>#include "Teuchos_DLLExportMacro.h"

Go to the source code of this file.
Macros | |
| #define | TEUCHOS_CHK_ERR(a) { if (a != 0) return(a);} |
| #define | TEUCHOS_CHK_PTR(a) { return(a);} |
| #define | TEUCHOS_CHK_REF(a) { return(a);} |
| #define | TEUCHOS_MAX(x, y) (( (x) > (y) ) ? (x) : (y) ) /* max function */ |
| #define | TEUCHOS_MIN(x, y) (( (x) < (y) ) ? (x) : (y) ) /* min function */ |
| #define | TEUCHOS_SGN(x) (( (x) < 0.0 ) ? -1.0 : 1.0 ) /* sign function */ |
| #define | FORTRAN_DISABLED |
Typedefs | |
| typedef TEUCHOS_ORDINAL_TYPE | Teuchos_Ordinal |
Variables | |
| TEUCHOS_DEPRECATED typedef Teuchos_Ordinal | Teuchos_Index |
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
Definition in file Teuchos_ConfigDefs.hpp.
| #define TEUCHOS_CHK_ERR | ( | a | ) | { if (a != 0) return(a);} |
Definition at line 152 of file Teuchos_ConfigDefs.hpp.
| #define TEUCHOS_CHK_PTR | ( | a | ) | { return(a);} |
Definition at line 153 of file Teuchos_ConfigDefs.hpp.
| #define TEUCHOS_CHK_REF | ( | a | ) | { return(a);} |
Definition at line 154 of file Teuchos_ConfigDefs.hpp.
| #define TEUCHOS_MAX | ( | x, | |
| y | |||
| ) | (( (x) > (y) ) ? (x) : (y) ) /* max function */ |
Definition at line 161 of file Teuchos_ConfigDefs.hpp.
| #define TEUCHOS_MIN | ( | x, | |
| y | |||
| ) | (( (x) < (y) ) ? (x) : (y) ) /* min function */ |
Definition at line 162 of file Teuchos_ConfigDefs.hpp.
| #define TEUCHOS_SGN | ( | x | ) | (( (x) < 0.0 ) ? -1.0 : 1.0 ) /* sign function */ |
Definition at line 163 of file Teuchos_ConfigDefs.hpp.
| #define FORTRAN_DISABLED |
Definition at line 167 of file Teuchos_ConfigDefs.hpp.
| typedef TEUCHOS_ORDINAL_TYPE Teuchos_Ordinal |
Definition at line 141 of file Teuchos_ConfigDefs.hpp.
| TEUCHOS_DEPRECATED typedef Teuchos_Ordinal Teuchos_Index |
Definition at line 148 of file Teuchos_ConfigDefs.hpp.
1.8.5