nlib
|
継承メンバを含む nn::nlib::Base64Decoder の全メンバ一覧です。
Base64Decoder() noexcept | nn::nlib::Base64Decoder | inline |
CharOption 列挙名 | nn::nlib::Base64Decoder | |
Close(size_t *written, void *dst, size_t dstsize) noexcept | nn::nlib::Base64Decoder | |
Decode(size_t *written, uint8_t *dst, size_t dstsize, const char *src, CharOption char_option=kBase64Default) noexcept | nn::nlib::Base64Decoder | inlinestatic |
Decode(size_t *written, uint8_t(&dst)[N], const char *src, CharOption char_option=kBase64Default) noexcept | nn::nlib::Base64Decoder | inlinestatic |
Decode(UniquePtr< uint8_t[]> &dst, size_t *dstsize, const char *src, CharOption char_option=kBase64Default) noexcept | nn::nlib::Base64Decoder | inlinestatic |
DecodeInplace(size_t *written, char *src, CharOption char_option=kBase64Default) noexcept | nn::nlib::Base64Decoder | static |
GetRequiredSize(size_t srcsize) noexcept | nn::nlib::Base64Decoder | inlinestatic |
Init(CharOption char_option=kBase64Default) noexcept | nn::nlib::Base64Decoder | |
operator bool() const | nn::nlib::Base64Decoder | explicit |
StepDecode(size_t *written, void *dst, size_t dstsize, const char *src, size_t srcsize) noexcept | nn::nlib::Base64Decoder | |
StepDecode(size_t *written, uint8_t(&dst)[N], const char *src, size_t srcsize) noexcept | nn::nlib::Base64Decoder | inline |
~Base64Decoder() noexcept | nn::nlib::Base64Decoder | inline |
© 2012-2017 Nintendo Co., Ltd. All rights reserved.