![]() |
LifeV
|
flag related free functions and functors More...
FlagFunctions | |
| bool | testAllSet (flag_Type const &inputFlag, flag_Type const &refFlag) |
| It returns true if all bit-flags common set in refFlag are also set in inputFlag. More... | |
| bool | testOneSet (flag_Type const &inputFlag, flag_Type const &refFlag) |
| returns true if at least one flag set in refFlag is set in inputFlag More... | |
| bool | testOneNotSet (flag_Type const &inputFlag, flag_Type const &refFlag) |
| returns false if at least one flag set in refFlag is set in inputFlag More... | |
| flag_Type | turnOn (flag_Type const &inputFlag, flag_Type const &refFlag) |
| turns on the refFlag active bits in inputFlag More... | |
| flag_Type | turnOff (flag_Type const &inputFlag, flag_Type const &refFlag) |
| turns off the refFlag active bits in inputFlag More... | |
| flag_Type | change (flag_Type const &inputFlag, flag_Type const &refFlag) |
| switches the refFlag active bits in inputFlag More... | |
| flag_Type | replaceFlag (flag_Type const &, flag_Type const &refFlag) |
| replaces the given flag with the reference one. More... | |
| void | showMe (flag_Type const &flag, std::ostream &out=std::cout) |
| showMe method to print out flag status the flag is converted to its binary form ( right -> left corresponds to first -> last flag ) More... | |
flag related free functions and functors