----------------------------------------------------------------------------- Test whether the event is set -----------------------------------------------------------------------------
| 88 | // Test whether the event is set |
| 89 | //----------------------------------------------------------------------------- |
| 90 | bool Event::IsSignalled |
| 91 | ( |
| 92 | ) |
| 93 | { |
| 94 | return m_pImpl->IsSignalled(); |
| 95 | } |
| 96 | |
| 97 | //----------------------------------------------------------------------------- |
| 98 | // <Event::Wait> |
nothing calls this directly
no outgoing calls
no test coverage detected