|
| int8_t | min (const int8_t s1, const int8_t s2) |
| | Floating/integral min. Use stdFoam::min() to preserve references. More...
|
| |
| int8_t | max (const int8_t s1, const int8_t s2) |
| | Floating integral max. Use stdFoam::max() to preserve references. More...
|
| |
| int16_t | min (const int16_t s1, const int16_t s2) |
| | Floating/integral min. Use stdFoam::min() to preserve references. More...
|
| |
| int16_t | max (const int16_t s1, const int16_t s2) |
| | Floating integral max. Use stdFoam::max() to preserve references. More...
|
| |
| int32_t | min (const int32_t s1, const int32_t s2) |
| | Floating/integral min. Use stdFoam::min() to preserve references. More...
|
| |
| int32_t | max (const int32_t s1, const int32_t s2) |
| | Floating integral max. Use stdFoam::max() to preserve references. More...
|
| |
| int64_t | min (const int64_t s1, const int32_t s2) |
| | Floating/integral min. Use stdFoam::min() to preserve references. More...
|
| |
| int64_t | max (const int64_t s1, const int32_t s2) |
| | Floating integral max. Use stdFoam::max() to preserve references. More...
|
| |
| int64_t | min (const int32_t s1, const int64_t s2) |
| | Floating/integral min. Use stdFoam::min() to preserve references. More...
|
| |
| int64_t | max (const int32_t s1, const int64_t s2) |
| | Floating integral max. Use stdFoam::max() to preserve references. More...
|
| |
| int64_t | min (const int64_t s1, const int64_t s2) |
| | Floating/integral min. Use stdFoam::min() to preserve references. More...
|
| |
| int64_t | max (const int64_t s1, const int64_t s2) |
| | Floating integral max. Use stdFoam::max() to preserve references. More...
|
| |
| int | readInt (Istream &is) |
| | Read int from stream. More...
|
| |
| int | readInt (const char *buf) |
| | Parse entire buffer as an int, skipping leading/trailing whitespace. More...
|
| |
| int | readInt (const std::string &str) |
| | Parse entire string as an int, skipping leading/trailing whitespace. More...
|
| |
| bool | readInt (const char *buf, int &val) |
| | Read entire buffer as an int, skipping leading/trailing whitespace. More...
|
| |
| bool | readInt (const std::string &str, int &val) |
| | Read entire string as an int32_t, skipping leading/trailing whitespace. More...
|
| |
System signed integer.
Original source file int.H
- Source files
-
Definition in file int.H.