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