Go to the source code of this file.
Classes | |
| class | xdispatch::queue |
| Provides an interface for representing a dispatch queue and methods that can be called to modify or use the queue. More... | |
Namespaces | |
| namespace | xdispatch |
Functions | |
| XDISPATCH_EXPORT std::ostream & | xdispatch::operator<< (std::ostream &stream, const queue *q) |
| XDISPATCH_EXPORT std::ostream & | xdispatch::operator<< (std::ostream &stream, const queue &q) |
| bool | xdispatch::operator== (const queue &a, const queue &b) |
| bool | xdispatch::operator== (const queue &a, const dispatch_queue_t &b) |
| bool | xdispatch::operator== (const dispatch_queue_t &a, const queue &b) |