Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Stream buffer used by the LoggerStreams. More...
#include <geogram/basic/logger.h>
Public Member Functions | |
LoggerStreamBuf (LoggerStream *loggerStream) | |
Creates a Logger stream buffer. More... | |
Stream buffer used by the LoggerStreams.
This class is used internally to implement the logger mechanism. Since it inherits a STL class, it is declared as NO_GEOGRAM_API so that it is not exported when Windows DLLs are generated (doing otherwise would generate multiply defined symbols).
|
inline |
Creates a Logger stream buffer.
Creates a LoggerStreamBuf associated to the LoggerStream loggerStream
[in] | loggerStream | the LoggerStream that owns this buffer |