chunk stream.
More...
#include <chunkstream.hpp>
◆ Chunkstream() [1/4]
| Chunkstream::Chunkstream |
( |
std::iostream & | stream | ) |
|
create the chunk stream instance.
- Parameters
-
◆ Chunkstream() [2/4]
| Chunkstream::Chunkstream |
( |
std::iostream & | stream, |
|
|
std::streamsize | chunksize ) |
create the chunk stream instance.
- Parameters
-
| stream | concrete stream. |
| chunksize | chunk size. |
◆ Chunkstream() [3/4]
| join::Chunkstream::Chunkstream |
( |
const Chunkstream & | other | ) |
|
|
delete |
copy constructor.
- Parameters
-
| other | other object to copy. |
◆ Chunkstream() [4/4]
move constructor.
- Parameters
-
| other | other object to move. |
◆ ~Chunkstream()
| virtual join::Chunkstream::~Chunkstream |
( |
| ) |
|
|
virtualdefault |
destroy the chunk stream instance.
◆ operator=() [1/2]
move assignment operator.
- Parameters
-
| other | other object to assign. |
- Returns
- current object.
◆ operator=() [2/2]
copy assignment operator.
- Parameters
-
| other | other object to assign. |
- Returns
- current object.
◆ _chunkbuf
The documentation for this class was generated from the following files: