nlib
nn::nlib::Base64Decoder Member List

This is the complete list of members for nn::nlib::Base64Decoder, including all inherited members.

Base64Decoder() noexceptnn::nlib::Base64Decoderinline
CharOption enum namenn::nlib::Base64Decoder
Close(size_t *written, void *dst, size_t dstsize) noexceptnn::nlib::Base64Decoder
Close(size_t *written, nlib_byte_t(&dst)[N]) noexceptnn::nlib::Base64Decoderinline
Decode(size_t *written, void *dst, size_t dstsize, const char *src, CharOption char_option=kBase64Default) noexceptnn::nlib::Base64Decoderinlinestatic
Decode(size_t *written, nlib_byte_t(&dst)[N], const char *src, CharOption char_option=kBase64Default) noexceptnn::nlib::Base64Decoderinlinestatic
Decode(UniquePtr< uint8_t[]> &dst, size_t *dstsize, const char *src, CharOption char_option=kBase64Default) noexceptnn::nlib::Base64Decoderinlinestatic
DecodeInplace(size_t *written, char *src, CharOption char_option=kBase64Default) noexceptnn::nlib::Base64Decoderstatic
GetRequiredSize(size_t srcsize) noexceptnn::nlib::Base64Decoderinlinestatic
Init(CharOption char_option=kBase64Default) noexceptnn::nlib::Base64Decoder
operator bool() constnn::nlib::Base64Decoderexplicit
StepDecode(size_t *written, void *dst, size_t dstsize, const char *src, size_t srcsize) noexceptnn::nlib::Base64Decoder
StepDecode(size_t *written, nlib_byte_t(&dst)[N], const char *src, size_t srcsize) noexceptnn::nlib::Base64Decoderinline