Template specialization for pTraits<int16_t>.
More...
#include <int16.H>
|
| typedef int16_t | cmptType |
| | Component type.
|
|
| static constexpr direction | dim = 3 |
| | Dimensionality of space.
|
| static constexpr direction | rank = 0 |
| | Rank of int16_t is 0.
|
| static constexpr direction | nComponents = 1 |
| | Number of components in int16_t is 1.
|
| static constexpr int16_t | min_ = INT16_MIN |
| static constexpr int16_t | max_ = INT16_MAX |
| static const char *const | typeName = "int16" |
| static const char *const | componentNames [] = { "" } |
| static const int16_t | zero = 0 |
| static const int16_t | one = 1 |
| static const int16_t | min = INT16_MIN |
| static const int16_t | max = INT16_MAX |
| static const int16_t | rootMax = INT16_MAX |
| static const int16_t | rootMin = INT16_MIN |
Template specialization for pTraits<int16_t>.
Definition at line 84 of file int16.H.
◆ cmptType
Component type.
Definition at line 95 of file int16.H.
◆ pTraits() [1/2]
◆ pTraits() [2/2]
◆ operator int16_t()
| operator int16_t |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator int16_t &()
Access the value.
Definition at line 157 of file int16.H.
◆ dim
Dimensionality of space.
Definition at line 103 of file int16.H.
◆ rank
Rank of int16_t is 0.
Definition at line 108 of file int16.H.
◆ nComponents
Number of components in int16_t is 1.
Definition at line 113 of file int16.H.
◆ min_
◆ max_
◆ typeName
| const char *const typeName = "int16" |
|
static |
◆ componentNames
| const char *const componentNames = { "" } |
|
static |
◆ zero
◆ one
◆ min
| const int16_t min = INT16_MIN |
|
static |
◆ max
| const int16_t max = INT16_MAX |
|
static |
◆ rootMax
| const int16_t rootMax = INT16_MAX |
|
static |
◆ rootMin
| const int16_t rootMin = INT16_MIN |
|
static |
The documentation for this class was generated from the following files:
- src/OpenFOAM/primitives/ints/int16/int16.H
- src/OpenFOAM/primitives/complex/complex.C
- src/OpenFOAM/primitives/ints/int16/int16.C