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

Method ~LASMessageStream

src/lasmessage.hpp:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78public:
79 LASMessageStream(LAS_MESSAGE_TYPE type) : setType(type) {}
80 ~LASMessageStream() { if (setType != LAS_QUIET) LASMessage(setType, usedStream.str().c_str()); }
81
82 template <typename T>
83 LASMessageStream& operator<<(const T& value)

Callers

nothing calls this directly

Calls 1

LASMessageFunction · 0.85

Tested by

no test coverage detected