MCPcopy Create free account
hub / github.com/KDE/labplot / tellp

Method tellp

src/3rdparty/vector_blf/src/Vector/BLF/ObjectQueue.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92template<typename T>
93uint32_t ObjectQueue<T>::tellp() const {
94 /* mutex lock */
95 std::lock_guard<std::mutex> lock(m_mutex);
96
97 return m_tellp;
98}
99
100template<typename T>
101bool ObjectQueue<T>::good() const {

Callers 4

closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected