|
| | base64_alphabet_nopadding () noexcept |
| |
| | alphabet (std::string _name, int _base, std::string_view _symbols, char _padding64, code_point_func _cpf) noexcept |
| |
| constexpr int | base () const noexcept |
| | The fixed base used for this alphabet.
|
| |
| constexpr int | code_point (const char c) const noexcept |
| | Returns the code-point of the given character or -1 if not element of this alphabet.
|
| |
| constexpr const std::string & | name () const noexcept |
| | Human readable name for this alphabet instance.
|
| |
| constexpr char | operator[] (size_t cp) const noexcept |
| | Retrieve the character at given code-point of this alphabet.
|
| |
| constexpr char | padding64 () const noexcept |
| | Padding symbol for base <= 64 and block encoding only.
|
| |
| constexpr const std::string_view & | symbols () const noexcept |
| | The string of symbols of this alphabet.
|
| |
| std::string | to_string () const noexcept |
| |
Definition at line 200 of file test_codec_base01.cpp.
◆ base64_alphabet_nopadding()
| base64_alphabet_nopadding::base64_alphabet_nopadding |
( |
| ) |
|
|
inlinenoexcept |
The documentation for this class was generated from the following file: