Template specialization for pTraits<int64_t>.
More...
#include <int64.H>
|
| typedef int64_t | cmptType |
| | Component type.
|
| typedef int64_t | magType |
| | Magnitude type.
|
|
| static constexpr direction | dim = 3 |
| | Dimensionality of space.
|
| static constexpr direction | rank = 0 |
| | Rank of int64_t is 0.
|
| static constexpr direction | nComponents = 1 |
| | Number of components in int64_t is 1.
|
| static constexpr int64_t | min_ = INT64_MIN |
| static constexpr int64_t | max_ = INT64_MAX |
| static const char *const | typeName |
| static const char *const | componentNames [] = { "" } |
| static const int64_t | zero = 0 |
| static const int64_t | one = 1 |
| static const int64_t | min = INT64_MIN |
| static const int64_t | max = INT64_MAX |
| static const int64_t | rootMax = INT64_MAX |
| static const int64_t | rootMin = INT64_MIN |
Template specialization for pTraits<int64_t>.
Definition at line 163 of file int64.H.
◆ cmptType
Component type.
Definition at line 174 of file int64.H.
◆ magType
Magnitude type.
Definition at line 179 of file int64.H.
◆ pTraits() [1/2]
◆ pTraits() [2/2]
◆ operator int64_t()
| operator int64_t |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator int64_t &()
Access the value.
Definition at line 241 of file int64.H.
◆ dim
Dimensionality of space.
Definition at line 187 of file int64.H.
◆ rank
Rank of int64_t is 0.
Definition at line 192 of file int64.H.
◆ nComponents
Number of components in int64_t is 1.
Definition at line 197 of file int64.H.
◆ min_
◆ max_
◆ typeName
| const char* const typeName |
|
static |
◆ componentNames
| const char *const componentNames = { "" } |
|
static |
◆ zero
◆ one
◆ min
| const int64_t min = INT64_MIN |
|
static |
◆ max
| const int64_t max = INT64_MAX |
|
static |
◆ rootMax
| const int64_t rootMax = INT64_MAX |
|
static |
◆ rootMin
| const int64_t rootMin = INT64_MIN |
|
static |
The documentation for this class was generated from the following files:
- src/OpenFOAM/primitives/ints/int64/int64.H
- src/OpenFOAM/primitives/complex/complex.C
- src/OpenFOAM/primitives/ints/int64/int64.C