Template specialization for pTraits<int32_t>.
More...
#include <int32.H>
|
| typedef int32_t | cmptType |
| | Component type.
|
| typedef int32_t | magType |
| | Magnitude type.
|
|
| static constexpr direction | dim = 3 |
| | Dimensionality of space.
|
| static constexpr direction | rank = 0 |
| | Rank of int32_t is 0.
|
| static constexpr direction | nComponents = 1 |
| | Number of components in int32_t is 1.
|
| static constexpr int32_t | min_ = INT32_MIN |
| static constexpr int32_t | max_ = INT32_MAX |
| static const char *const | typeName |
| static const char *const | componentNames [] = { "" } |
| static const int32_t | zero = 0 |
| static const int32_t | one = 1 |
| static const int32_t | min = INT32_MIN |
| static const int32_t | max = INT32_MAX |
| static const int32_t | rootMax = INT32_MAX |
| static const int32_t | rootMin = INT32_MIN |
Template specialization for pTraits<int32_t>.
Definition at line 164 of file int32.H.
◆ cmptType
Component type.
Definition at line 175 of file int32.H.
◆ magType
Magnitude type.
Definition at line 180 of file int32.H.
◆ pTraits() [1/2]
◆ pTraits() [2/2]
◆ operator int32_t()
| operator int32_t |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator int32_t &()
Access the value.
Definition at line 242 of file int32.H.
◆ dim
Dimensionality of space.
Definition at line 188 of file int32.H.
◆ rank
Rank of int32_t is 0.
Definition at line 193 of file int32.H.
◆ nComponents
Number of components in int32_t is 1.
Definition at line 198 of file int32.H.
◆ min_
◆ max_
◆ typeName
| const char* const typeName |
|
static |
◆ componentNames
| const char *const componentNames = { "" } |
|
static |
◆ zero
◆ one
◆ min
| const int32_t min = INT32_MIN |
|
static |
◆ max
| const int32_t max = INT32_MAX |
|
static |
◆ rootMax
| const int32_t rootMax = INT32_MAX |
|
static |
◆ rootMin
| const int32_t rootMin = INT32_MIN |
|
static |
The documentation for this class was generated from the following files:
- src/OpenFOAM/primitives/ints/int32/int32.H
- src/OpenFOAM/primitives/complex/complex.C
- src/OpenFOAM/primitives/ints/int32/int32.C