DynExp
Highly flexible laboratory automation for dynamically changing experiments.
Loading...
Searching...
No Matches
circularbuf.h File Reference

Implements a circular stream buffer derived from std::streambuf to be used with standard library streams like std::iostream. More...

Go to the source code of this file.

Classes

class  Util::circularbuf
 Circular stream buffer to be used with the standard library's stream classes. Reading from or writing behind the buffer's end continues at the buffer's beginning. More...
 

Namespaces

namespace  Util
 DynExp's Util namespace contains commonly used functions and templates as well as extensions to Qt and its widgets.
 

Detailed Description

Implements a circular stream buffer derived from std::streambuf to be used with standard library streams like std::iostream.

Definition in file circularbuf.h.