nlib
nn::nlib::Base64Decoder メンバ一覧

継承メンバを含む nn::nlib::Base64Decoder の全メンバ一覧です。

Base64Decoder() noexceptnn::nlib::Base64Decoderinline
CharOption 列挙名nn::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
Close(void *dst, size_t dstsize) noexceptnn::nlib::Base64Decoderinline
Close(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(void *dst, size_t dstsize, const char *src, CharOption char_option=kBase64Default) noexceptnn::nlib::Base64Decoderinlinestatic
Decode(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
Decode(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
kBase64Default 列挙値nn::nlib::Base64Decoder
kBase64DotMinus 列挙値nn::nlib::Base64Decoder
kBase64DotUnderscore 列挙値nn::nlib::Base64Decoder
kBase64ExclamationMinus 列挙値nn::nlib::Base64Decoder
kBase64MinusUnderscore 列挙値nn::nlib::Base64Decoder
kBase64PlusMinus 列挙値nn::nlib::Base64Decoder
kBase64PlusSlash 列挙値nn::nlib::Base64Decoder
kBase64UnderscoreColon 列挙値nn::nlib::Base64Decoder
kBase64UnderscoreMinus 列挙値nn::nlib::Base64Decoder
kBase64UrlSafe 列挙値nn::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
StepDecode(void *dst, size_t dstsize, const char *src, size_t srcsize) noexceptnn::nlib::Base64Decoderinline
StepDecode(nlib_byte_t(&dst)[N], const char *src, size_t srcsize) noexceptnn::nlib::Base64Decoderinline