![]() |
|
PhoenixFileParser
1.5.1
Set of tools to ease file parsing
|
Include dependency graph for configCheckValue.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| template<typename T> | |
| bool | configCheckValue (T value, T minValue, bool isMinInclusive, T maxValue, bool isMaxInclusive) |
| Check if the given value is in the given boundaries. | |
| bool configCheckValue | ( | T | value, |
| T | minValue, | ||
| bool | isMinInclusive, | ||
| T | maxValue, | ||
| bool | isMaxInclusive ) |
Check if the given value is in the given boundaries.
| value | : value to be checked |
| minValue | : minimum value boundary |
| isMinInclusive | : true if the minimum boundary is inclusive |
| maxValue | : maximum value boundary |
| isMaxInclusive | : true if the maximum boundary is inclusive |
Definition at line 21 of file configCheckValue_impl.h.
Referenced by ConfigCheckValue< T >::isOk().
Here is the caller graph for this function: