decoder stream buffer.
More...
#include <base64.hpp>
|
| virtual int_type | overflow (int_type c=traits_type::eof()) override |
| | writes characters to the associated output sequence from the put area.
|
| |
|
| static const std::streamsize | _bufsize = 256 |
| | internal buffer size.
|
| |
◆ Decoderbuf() [1/3]
| Decoderbuf::Decoderbuf |
( |
| ) |
|
create decoder stream buffer instance.
◆ Decoderbuf() [2/3]
| join::Decoderbuf::Decoderbuf |
( |
const Decoderbuf & | other | ) |
|
|
delete |
copy constructor.
- Parameters
-
| other | other object to copy. |
◆ Decoderbuf() [3/3]
move constructor.
- Parameters
-
| other | other object to move. |
◆ ~Decoderbuf()
| virtual join::Decoderbuf::~Decoderbuf |
( |
| ) |
|
|
virtualdefault |
destroy encoder stream buffer instance.
◆ get()
get decoded data.
- Returns
- decoded data.
◆ operator=() [1/2]
copy assignment operator.
- Parameters
-
| other | other object to assign. |
- Returns
- current object.
◆ operator=() [2/2]
move assignment operator.
- Parameters
-
| other | other object to assign. |
- Returns
- current object.
◆ overflow()
| Decoderbuf::int_type Decoderbuf::overflow |
( |
int_type | c = traits_type::eof () | ) |
|
|
overrideprotectedvirtual |
writes characters to the associated output sequence from the put area.
- Parameters
-
| c | the character to store in the put area. |
- Returns
- EOF on failure, some other value on success.
◆ _buf
| std::unique_ptr<char []> join::Decoderbuf::_buf |
|
protected |
◆ _bufsize
| const std::streamsize join::Decoderbuf::_bufsize = 256 |
|
staticprotected |
◆ _decodectx
◆ _out
The documentation for this class was generated from the following files: