Class Dune::XT::Common::OstreamBuffer

Inherits from Dune::XT::Common::SuspendableStrBuffer.

class Dune::XT::Common::OstreamBuffer : public SuspendableStrBuffer

a SuspendableStrBuffer that flushes its contents to a single std::ostream

Method Dune::XT::Common::OstreamBuffer::sync

int Dune::XT::Common::OstreamBuffer::sync()

No documentation provided.

Constructor Dune::XT::Common::OstreamBuffer::OstreamBuffer

Dune::XT::Common::OstreamBuffer::OstreamBuffer(int loglevel, int &logflags, std::ostream &out)

No documentation provided.

Field Dune::XT::Common::OstreamBuffer::out_

std::ostream &Dune::XT::Common::OstreamBuffer::out_

No documentation provided.

Field Dune::XT::Common::OstreamBuffer::sync_mutex_

std::mutex Dune::XT::Common::OstreamBuffer::sync_mutex_

No documentation provided.