encoder.
More...
#include <base64.hpp>
◆ Encoder() [1/3]
◆ Encoder() [2/3]
| join::Encoder::Encoder |
( |
const Encoder & | other | ) |
|
|
delete |
copy constructor.
- Parameters
-
| other | other object to copy. |
◆ Encoder() [3/3]
| Encoder::Encoder |
( |
Encoder && | other | ) |
|
move constructor.
- Parameters
-
| other | other object to move. |
◆ ~Encoder()
| virtual join::Encoder::~Encoder |
( |
| ) |
|
|
virtualdefault |
◆ get()
| std::string Encoder::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.
◆ _encoderbuf
associated encoder stream buffer.
The documentation for this class was generated from the following files: