Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Stream Class Reference

Concept for reading and writing characters. More...

#include <stream.h>

Detailed Description

For read-only stream, no need to implement PutBegin(), Put(), Flush() and PutEnd().

For write-only stream, only need to implement Put() and Flush().

concept Stream {
typename Ch;
Ch Peek() const;
Ch Take();
size_t Tell();
Ch* PutBegin();
void Put(Ch c);
void Flush();
size_t PutEnd(Ch* begin);
}
mie::Vuint Put(const uint64_t *x, size_t n)
Definition bench.cpp:96
Concept for reading and writing characters.
#define Ch(x, y, z)
Definition hash_impl.h:17

The documentation for this class was generated from the following file: