| 71 | } |
| 72 | |
| 73 | void FrameQuery::Reset() noexcept |
| 74 | { |
| 75 | if (!Empty()) { |
| 76 | // TODO: check and report error here (nothrow) |
| 77 | pmFreeFrameQuery(hQuery_); |
| 78 | } |
| 79 | Clear_(); |
| 80 | } |
| 81 | |
| 82 | bool FrameQuery::Empty() const |
| 83 | { |
nothing calls this directly
no test coverage detected