MCPcopy Create free account
hub / github.com/Tom94/tev / empty

Method empty

include/tev/SharedQueue.h:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30template <typename T> class SharedQueue {
31public:
32 bool empty() const {
33 std::lock_guard lock{mMutex};
34 return mRawQueue.empty();
35 }
36
37 size_t size() const {
38 std::lock_guard lock{mMutex};

Callers 15

getCaptionWidthMethod · 0.45
drawMethod · 0.45
setHighlightRangeMethod · 0.45
drawPixelValuesAsTextMethod · 0.45
drawCoordinateSystemMethod · 0.45
drawMethod · 0.45
draw_contentsMethod · 0.45
removeImageMethod · 0.45
removeAllImagesMethod · 0.45
saveImageDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected