Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
This is the complete list of members for ZlibCompressor, including all inherited members.
Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
AlgorithmName() const | Algorithm | inlinevirtual |
AlgorithmProvider() const | Algorithm | inlinevirtual |
AnyMessages() const | BufferedTransformation | virtual |
AnyRetrievable() const | BufferedTransformation | virtual |
Attach(BufferedTransformation *newAttachment) | BufferedTransformation | virtual |
Attachable() | Filter | inlinevirtual |
AttachedTransformation() | Filter | virtual |
AttachedTransformation() const | Filter | virtual |
BufferedTransformation() | BufferedTransformation | inline |
CanModifyInput() const | BufferedTransformation | inlinevirtual |
ChannelCreatePutSpace(const std::string &channel, size_t &size) | BufferedTransformation | virtual |
ChannelFlush(const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true) | BufferedTransformation | virtual |
ChannelMessageEnd(const std::string &channel, int propagation=-1, bool blocking=true) | BufferedTransformation | inline |
ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true) | BufferedTransformation | virtual |
ChannelPut(const std::string &channel, byte inByte, bool blocking=true) | BufferedTransformation | inline |
ChannelPut(const std::string &channel, const byte *inString, size_t length, bool blocking=true) | BufferedTransformation | inline |
ChannelPut2(const std::string &channel, const byte *inString, size_t length, int messageEnd, bool blocking) | BufferedTransformation | virtual |
ChannelPutMessageEnd(const std::string &channel, const byte *inString, size_t length, int propagation=-1, bool blocking=true) | BufferedTransformation | inline |
ChannelPutModifiable(const std::string &channel, byte *inString, size_t length, bool blocking=true) | BufferedTransformation | inline |
ChannelPutModifiable2(const std::string &channel, byte *inString, size_t length, int messageEnd, bool blocking) | BufferedTransformation | virtual |
ChannelPutWord16(const std::string &channel, word16 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
ChannelPutWord32(const std::string &channel, word32 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
ChannelPutWord64(const std::string &channel, word64 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
ClearBitBuffer() (defined in LowFirstBitWriter) | LowFirstBitWriter | |
Clone() const | Clonable | inlinevirtual |
CopyAllTo(BufferedTransformation &target, const std::string &channel=DEFAULT_CHANNEL) const | BufferedTransformation | |
CopyMessagesTo(BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=DEFAULT_CHANNEL) const | BufferedTransformation | |
CopyRangeTo(BufferedTransformation &target, lword position, lword copyMax=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL) const | BufferedTransformation | inline |
CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const | Filter | virtual |
CopyTo(BufferedTransformation &target, lword copyMax=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL) const | BufferedTransformation | inline |
CreatePutSpace(size_t &size) | BufferedTransformation | inlinevirtual |
DEFAULT_DEFLATE_LEVEL enum value | Deflator | |
DEFAULT_LOG2_WINDOW_SIZE enum value | Deflator | |
Deflator(BufferedTransformation *attachment=NULL, int deflateLevel=DEFAULT_DEFLATE_LEVEL, int log2WindowSize=DEFAULT_LOG2_WINDOW_SIZE, bool detectUncompressible=true) | Deflator | |
Deflator(const NameValuePairs ¶meters, BufferedTransformation *attachment=NULL) | Deflator | |
Detach(BufferedTransformation *newAttachment=NULL) | Filter | virtual |
Filter(BufferedTransformation *attachment=NULL) | Filter | |
FinishCounting() (defined in LowFirstBitWriter) | LowFirstBitWriter | |
Flush(bool hardFlush, int propagation=-1, bool blocking=true) | Filter | virtual |
FlushBitBuffer() (defined in LowFirstBitWriter) | LowFirstBitWriter | |
Get(byte &outByte) | BufferedTransformation | virtual |
Get(byte *outString, size_t getMax) | BufferedTransformation | virtual |
GetAutoSignalPropagation() const | BufferedTransformation | inlinevirtual |
GetCompressionLevel() const (defined in ZlibCompressor) | ZlibCompressor | |
GetDeflateLevel() const | Deflator | inline |
GetLog2WindowSize() const | Deflator | inline |
GetMaxWaitObjectCount() const | BufferedTransformation | virtual |
GetNextMessage() | BufferedTransformation | virtual |
GetNextMessageSeries() | BufferedTransformation | inlinevirtual |
GetWaitObjects(WaitObjectContainer &container, CallStack const &callStack) | BufferedTransformation | virtual |
GetWord16(word16 &value, ByteOrder order=BIG_ENDIAN_ORDER) | BufferedTransformation | |
GetWord32(word32 &value, ByteOrder order=BIG_ENDIAN_ORDER) | BufferedTransformation | |
GetWord64(word64 &value, ByteOrder order=BIG_ENDIAN_ORDER) | BufferedTransformation | |
Initialize(const NameValuePairs ¶meters=g_nullNameValuePairs, int propagation=-1) | Filter | virtual |
IsolatedFlush(bool hardFlush, bool blocking) | Deflator | virtual |
IsolatedInitialize(const NameValuePairs ¶meters) | Deflator | virtual |
IsolatedMessageSeriesEnd(bool blocking) | BufferedTransformation | inlinevirtual |
LowFirstBitWriter(BufferedTransformation *attachment) | LowFirstBitWriter | |
MAX_DEFLATE_LEVEL enum value | Deflator | |
MAX_LOG2_WINDOW_SIZE enum value | Deflator | |
MaxRetrievable() const | BufferedTransformation | virtual |
MessageEnd(int propagation=-1, bool blocking=true) | BufferedTransformation | inline |
MessageSeriesEnd(int propagation=-1, bool blocking=true) | Filter | virtual |
MIN_DEFLATE_LEVEL enum value | Deflator | |
MIN_LOG2_WINDOW_SIZE enum value | Deflator | |
NotCopyable() (defined in NotCopyable) | NotCopyable | inline |
NumberOfMessages() const | BufferedTransformation | virtual |
NumberOfMessageSeries() const | BufferedTransformation | inlinevirtual |
NumberOfMessagesInThisSeries() const | BufferedTransformation | inlinevirtual |
Peek(byte &outByte) const | BufferedTransformation | virtual |
Peek(byte *outString, size_t peekMax) const | BufferedTransformation | virtual |
PeekWord16(word16 &value, ByteOrder order=BIG_ENDIAN_ORDER) const | BufferedTransformation | |
PeekWord32(word32 &value, ByteOrder order=BIG_ENDIAN_ORDER) const | BufferedTransformation | |
PeekWord64(word64 &value, ByteOrder order=BIG_ENDIAN_ORDER) const | BufferedTransformation | |
Put(byte inByte, bool blocking=true) | BufferedTransformation | inline |
Put(const byte *inString, size_t length, bool blocking=true) | BufferedTransformation | inline |
Put2(const byte *inString, size_t length, int messageEnd, bool blocking) | Deflator | virtual |
PutBits(unsigned long value, unsigned int length) (defined in LowFirstBitWriter) | LowFirstBitWriter | |
PutMessageEnd(const byte *inString, size_t length, int propagation=-1, bool blocking=true) | BufferedTransformation | inline |
PutModifiable(byte *inString, size_t length, bool blocking=true) | BufferedTransformation | inline |
PutModifiable2(byte *inString, size_t length, int messageEnd, bool blocking) | BufferedTransformation | inlinevirtual |
PutWord16(word16 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
PutWord32(word32 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
PutWord64(word64 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
Ref() | BufferedTransformation | inline |
SetAutoSignalPropagation(int propagation) | BufferedTransformation | inlinevirtual |
SetDeflateLevel(int deflateLevel) | Deflator | |
SetRetrievalChannel(const std::string &channel) | BufferedTransformation | virtual |
Skip(lword skipMax=LWORD_MAX) | BufferedTransformation | virtual |
SkipAll() | BufferedTransformation | virtual |
SkipMessages(unsigned int count=UINT_MAX) | BufferedTransformation | virtual |
StartCounting() (defined in LowFirstBitWriter) | LowFirstBitWriter | |
TotalBytesRetrievable() const | BufferedTransformation | virtual |
TransferAllTo(BufferedTransformation &target, const std::string &channel=DEFAULT_CHANNEL) | BufferedTransformation | inline |
TransferAllTo2(BufferedTransformation &target, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) | BufferedTransformation | |
TransferMessagesTo(BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=DEFAULT_CHANNEL) | BufferedTransformation | inline |
TransferMessagesTo2(BufferedTransformation &target, unsigned int &messageCount, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) | BufferedTransformation | |
TransferTo(BufferedTransformation &target, lword transferMax=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL) | BufferedTransformation | inline |
TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) | Filter | virtual |
Wait(unsigned long milliseconds, CallStack const &callStack) | Waitable | |
ZlibCompressor(BufferedTransformation *attachment=NULL, unsigned int deflateLevel=DEFAULT_DEFLATE_LEVEL, unsigned int log2WindowSize=DEFAULT_LOG2_WINDOW_SIZE, bool detectUncompressible=true) (defined in ZlibCompressor) | ZlibCompressor | inline |
ZlibCompressor(const NameValuePairs ¶meters, BufferedTransformation *attachment=NULL) (defined in ZlibCompressor) | ZlibCompressor | inline |
~Algorithm() (defined in Algorithm) | Algorithm | inlinevirtual |
~BufferedTransformation() (defined in BufferedTransformation) | BufferedTransformation | inlinevirtual |
~Clonable() (defined in Clonable) | Clonable | inlinevirtual |
~Filter() (defined in Filter) | Filter | inlinevirtual |
~Waitable() (defined in Waitable) | Waitable | inlinevirtual |