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

Method tellg

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

Source from the content-addressed store, hash-verified

57
58template<typename T>
59uint32_t ObjectQueue<T>::tellg() const {
60 /* mutex lock */
61 std::lock_guard<std::mutex> lock(m_mutex);
62
63 return m_tellg;
64}
65
66template<typename T>
67void ObjectQueue<T>::write(T * obj) {

Callers 15

parseMethod · 0.45
readObjectSizeMethod · 0.45
readObjectAsStringMethod · 0.45
readGlobalHeaderMethod · 0.45
readDataSetElementMethod · 0.45
readWindowElementMethod · 0.45
readLayerElementMethod · 0.45
readAnnotationElementMethod · 0.45
readCurveElementMethod · 0.45
readAxisBreakElementMethod · 0.45
readParameterElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected