Checks if a queue is valid * * @return True if successful otherwise false */
| 61 | * @return True if successful otherwise false |
| 62 | */ |
| 63 | bool is_valid() const |
| 64 | { |
| 65 | return this->header.type == detail::ObjectType::Queue; |
| 66 | }; |
| 67 | virtual StatusCode finish() = 0; |
| 68 | }; |
| 69 |
no outgoing calls
no test coverage detected