byteme
C++ wrappers for buffered inputs
Loading...
Searching...
No Matches
BufferedWriter.hpp File Reference

Buffered wrapper around a Writer. More...

Go to the source code of this file.

Classes

class  byteme::BufferedWriter< Type_, WriterPointer_ >
 Buffered wrapper around a Writer. More...
 
class  byteme::SerialBufferedWriter< Type_, Pointer_ >
 Serial buffering to wrap a Writer. More...
 
class  byteme::ParallelBufferedWriter< Type_, Pointer_ >
 Parallelized buffering to wrap a Writer. More...
 

Namespaces

namespace  byteme
 Simple byte readers and writers.
 

Detailed Description

Buffered wrapper around a Writer.