At least one bit in the parameter is 1 in the object.
| 621 | {} |
| 622 | // At least one bit in the parameter is 1 in the object. |
| 623 | bool test(const T flags) const |
| 624 | { |
| 625 | return m_flags & flags; |
| 626 | } |
| 627 | // All bits received as parameter are 1 in the object. |
| 628 | bool testAll(const T flags) const |
| 629 | { |
no outgoing calls
no test coverage detected