encoder 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.
|
| |
◆ Encoderbuf() [1/3]
| Encoderbuf::Encoderbuf |
( |
| ) |
|
create encoder stream buffer instance.
◆ Encoderbuf() [2/3]
| join::Encoderbuf::Encoderbuf |
( |
const Encoderbuf & | other | ) |
|
|
delete |
copy constructor.
- Parameters
-
| other | other object to copy. |
◆ Encoderbuf() [3/3]
move constructor.
- Parameters
-
| other | other object to move. |
◆ ~Encoderbuf()
| virtual join::Encoderbuf::~Encoderbuf |
( |
| ) |
|
|
virtualdefault |
destroy encoder stream buffer instance.
◆ get()
| std::string Encoderbuf::get |
( |
| ) |
|
get encoded string.
- Returns
- encoded string.
◆ 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()
| Encoderbuf::int_type Encoderbuf::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::Encoderbuf::_buf |
|
protected |
◆ _bufsize
| const std::streamsize join::Encoderbuf::_bufsize = 256 |
|
staticprotected |
◆ _encodectx
◆ _out
| std::string join::Encoderbuf::_out |
|
protected |
The documentation for this class was generated from the following files: