MCPcopy Create free account
hub / github.com/PDAL/PDAL / flush

Function flush

pdal/util/OStream.hpp:85–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 PDAL_EXPORT bool isOpen() const
84 { return (bool)m_stream; }
85 PDAL_EXPORT void flush()
86 { m_stream->flush(); }
87 PDAL_EXPORT operator bool ()
88 { return (bool)(*m_stream); }
89 PDAL_EXPORT void seek(std::streampos pos)

Callers 2

closeMethod · 0.85
closeFunction · 0.85

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected