#include <Teuchos_OrdinalTraits.hpp>
Static Public Member Functions | |
| int | unsupportedType () |
| Aborting function to restrict non-supported implementations of OrdinalTraits. | |
| bool | haveMachineParameters () |
| Allows testing to see if ordinal traits machine parameters are defined. | |
| T | zero () |
| Returns representation of zero for this ordinal type. | |
| T | one () |
| Returns representation of one for this ordinal type. | |
| const char * | name () |
| Returns name of this ordinal type. | |
Ordinal traits are an essential part of templated codes. This structure offers the basic traits of the templated ordinal type, like defining zero and one.
For the general type, or default implementation, an aborting function is defined which should restrict implementations from using ordinal traits other than the defined specializations.
int and long int.
Definition at line 55 of file Teuchos_OrdinalTraits.hpp.
|
|||||||||
|
Aborting function to restrict non-supported implementations of OrdinalTraits.
Definition at line 58 of file Teuchos_OrdinalTraits.hpp. |
|
|||||||||
|
Allows testing to see if ordinal traits machine parameters are defined.
Definition at line 66 of file Teuchos_OrdinalTraits.hpp. |
|
|||||||||
|
Returns representation of zero for this ordinal type.
Definition at line 69 of file Teuchos_OrdinalTraits.hpp. |
|
|||||||||
|
Returns representation of one for this ordinal type.
Definition at line 72 of file Teuchos_OrdinalTraits.hpp. |
|
|||||||||
|
Returns name of this ordinal type.
Definition at line 75 of file Teuchos_OrdinalTraits.hpp. |
1.3.9.1