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