Class Dune::XT::Common::CombinedBuffer

class Dune::XT::Common::CombinedBuffer

a SuspendableStrBuffer that forwards its input to several wrapped SuspendableStrBuffers at once

Method Dune::XT::Common::CombinedBuffer::pubsync

int Dune::XT::Common::CombinedBuffer::pubsync()

No documentation provided.

Method Dune::XT::Common::CombinedBuffer::xsputn

std::streamsize Dune::XT::Common::CombinedBuffer::xsputn(const int *s, std::streamsize count) override

No documentation provided.

Method Dune::XT::Common::CombinedBuffer::overflow

int Dune::XT::Common::CombinedBuffer::overflow(int ch) override

No documentation provided.

Method Dune::XT::Common::CombinedBuffer::sync

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

No documentation provided.

Constructor Dune::XT::Common::CombinedBuffer::CombinedBuffer

Dune::XT::Common::CombinedBuffer::CombinedBuffer(int loglevel, int &logflags, std::initializer_list<SuspendableStrBuffer*> buffer_input)

No documentation provided.

Field Dune::XT::Common::CombinedBuffer::buffer_

int Dune::XT::Common::CombinedBuffer::buffer_

No documentation provided.