MCPcopy Create free account
hub / github.com/PDAL/PDAL / operator()

Method operator()

io/TextWriter.cpp:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87 template <typename T>
88 void operator()(T* ptr)
89 {
90 if (ptr)
91 {
92 ptr->flush();
93 Utils::closeFile(ptr);
94 }
95 }
96};
97
98

Callers

nothing calls this directly

Calls 2

flushMethod · 0.80
closeFileFunction · 0.50

Tested by

no test coverage detected