MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / ~IQueue

Method ~IQueue

src/common/IQueue.h:54–58  ·  view source on GitHub ↗

Destructor */

Source from the content-addressed store, hash-verified

52 }
53 /** Destructor */
54 virtual ~IQueue()
55 {
56 this->header.ctx->dec_ref();
57 this->header.type = detail::ObjectType::Invalid;
58 };
59 /** Checks if a queue is valid
60 *
61 * @return True if successful otherwise false

Callers

nothing calls this directly

Calls 1

dec_refMethod · 0.80

Tested by

no test coverage detected