libfly  6.2.2
C++20 utility library for Linux, macOS, and Windows
fly::coders::Decoder Member List

This is the complete list of members for fly::coders::Decoder, including all inherited members.

decode_file(const std::filesystem::path &encoded, const std::filesystem::path &decoded)fly::coders::Decoder
decode_internal(std::istream &encoded, std::ostream &decoded)=0fly::coders::Decoderprotectedpure virtual
decode_string(const std::string &encoded, std::string &decoded)fly::coders::Decoder
~Decoder()=defaultfly::coders::Decodervirtual