|
CoreComponents 4.0.0
A Modern C++ Toolkit
|
This is the complete list of members for Base64, including all inherited members.
| Alphabet enum name | Base64 | |
| decode(const Bytes &text) | Base64 | static |
| decodedSize(const Bytes &text) | Base64 | static |
| encode(const Bytes &data, Alphabet alphabet=Alphabet::Mime, Padding padding=Padding::Auto) | Base64 | static |
| encodedSize(const Bytes &data, Padding padding=Padding::Mime) | Base64 | static |
| Padding enum name | Base64 |