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

Perform byte-by-byte extraction. More...

Go to the source code of this file.

Classes

class  byteme::PerByteInterface< Type_ >
 Interface for byte-by-byte extraction from a Reader source. More...
 
class  byteme::PerByteSerial< Type_, Pointer_ >
 Serial byte-by-byte extraction from a Reader source. More...
 
class  byteme::PerByteParallel< Type_, Pointer_ >
 Parallelized byte-by-byte extraction from a Reader source. More...
 

Namespaces

namespace  byteme
 Simple byte readers and writers.
 

Detailed Description

Perform byte-by-byte extraction.