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

Method setFileSize

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

Source from the content-addressed store, hash-verified

128
129template<typename T>
130void ObjectQueue<T>::setFileSize(uint32_t fileSize) {
131 /* mutex lock */
132 std::lock_guard<std::mutex> lock(m_mutex);
133
134 /* set object count */
135 m_fileSize = fileSize;
136
137 /* notify */
138 tellpChanged.notify_all();
139}
140
141template<typename T>
142void ObjectQueue<T>::setBufferSize(uint32_t bufferSize) {

Callers 4

closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected