StormByte C++ Library: Crypto module 0.0.9999
StormByte-Crypto is a StormByte library module for handling cryptographic operations
Loading...
Searching...
No Matches
StormByte::Crypto::Compressor::Zlib Member List

This is the complete list of members for StormByte::Crypto::Compressor::Zlib, including all inherited members.

Clone() const overrideStormByte::Crypto::Compressor::Zlibinline
Compress(const std::span< const std::byte > input, Buffer::WriteOnly &output) const noexceptStormByte::Crypto::Compressor::Genericinline
Compress(const Buffer::ReadOnly &input, Buffer::WriteOnly &output) const noexceptStormByte::Crypto::Compressor::Genericinline
Compress(Buffer::ReadOnly &input, Buffer::WriteOnly &output) const noexceptStormByte::Crypto::Compressor::Genericinline
Compress(Buffer::Consumer consumer, ReadMode mode=ReadMode::Move) const noexceptStormByte::Crypto::Compressor::Genericinline
Decompress(const std::span< const std::byte > input, Buffer::WriteOnly &output) const noexceptStormByte::Crypto::Compressor::Genericinline
Decompress(const Buffer::ReadOnly &input, Buffer::WriteOnly &output) const noexceptStormByte::Crypto::Compressor::Genericinline
Decompress(Buffer::ReadOnly &input, Buffer::WriteOnly &output) const noexceptStormByte::Crypto::Compressor::Genericinline
Decompress(Buffer::Consumer consumer, ReadMode mode=ReadMode::Move) const noexceptStormByte::Crypto::Compressor::Genericinline
Generic(const Generic &other)=defaultStormByte::Crypto::Compressor::Generic
Generic(Generic &&other) noexcept=defaultStormByte::Crypto::Compressor::Generic
Generic(enum Type type, unsigned short level=5)StormByte::Crypto::Compressor::Genericinlineprotected
Level() const noexceptStormByte::Crypto::Compressor::Genericinline
m_levelStormByte::Crypto::Compressor::Genericprotected
m_typeStormByte::Crypto::Compressor::Genericprotected
Move() noexcept overrideStormByte::Crypto::Compressor::Zlibinline
operator=(const Zlib &other)=defaultStormByte::Crypto::Compressor::Zlib
operator=(Zlib &&other) noexcept=defaultStormByte::Crypto::Compressor::Zlib
StormByte::Crypto::Compressor::Generic::operator=(const Generic &other)=defaultStormByte::Crypto::Compressor::Generic
StormByte::Crypto::Compressor::Generic::operator=(Generic &&other) noexcept=defaultStormByte::Crypto::Compressor::Generic
Type() const noexceptStormByte::Crypto::Compressor::Genericinline
Zlib(unsigned short level=5)StormByte::Crypto::Compressor::Zlib
Zlib(const Zlib &other)=defaultStormByte::Crypto::Compressor::Zlib
Zlib(Zlib &&other) noexcept=defaultStormByte::Crypto::Compressor::Zlib
~Generic() noexcept=defaultStormByte::Crypto::Compressor::Genericvirtual
~Zlib() noexcept=defaultStormByte::Crypto::Compressor::Zlib