Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| uLabel | readULabel (Istream &is) |
| | Read uLabel from stream. More...
|
| |
| uLabel | readULabel (const char *buf) |
| | Parse entire buffer as a uLabel, skipping leading/trailing whitespace. More...
|
| |
| uLabel | readULabel (const std::string &str) |
| | Parse entire string as a uLabel, skipping leading/trailing whitespace. More...
|
| |
| bool | readULabel (const char *buf, uLabel &val) |
| | Parse entire buffer as a uLabel, skipping leading/trailing whitespace. More...
|
| |
| bool | readULabel (const std::string &str, uLabel &val) |
| | Parse entire string as a uLabel, skipping leading/trailing whitespace. More...
|
| |
| uLabel | pow (uLabel a, uLabel b) |
| | Raise one uLabel to the power of another. More...
|
| |
| uLabel | factorial (uLabel n) |
| | Evaluate n! : 0 < n <= 12. More...
|
| |
| uLabel & | setComponent (uLabel &val, const direction) noexcept |
| | Non-const access to unsigned-type (has no components) More...
|
| |
| constexpr uLabel | component (const uLabel val, const direction) noexcept |
| | Return unsigned value (has no components) More...
|
| |
|
| constexpr uLabel | uLabelMax = UINTWM_LABEL_SIZE_MAX |
| |
Original source file uLabel.H
Definition in file uLabel.H.
◆ UINT_ADD_SIZE
| #define UINT_ADD_SIZE |
( |
|
x, |
|
|
|
s, |
|
|
|
y |
|
) |
| x ## s ## y |
◆ UINT_ADD_DEF_SIZE
◆ UINT_SIZE