MCPcopy Create free account
hub / github.com/LASzip/LASzip / ~OStream

Method ~OStream

example/laszippertest.cpp:89–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 };
88
89 ~OStream()
90 {
91 if (m_use_iostream)
92 {
93 delete streamo;
94#ifdef LZ_WIN32_VC6
95 ofb.close();
96#endif
97 }
98 else
99 {
100 if (ofile)
101 fclose(ofile);
102 }
103 };
104
105 bool m_use_iostream;
106 const char* m_filename;

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected