Base64Encoder Member List

This is the complete list of members for Base64Encoder, including all inherited members.

Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() constAlgorithm [inline, virtual]
AnyMessages() constBufferedTransformation [virtual]
AnyRetrievable() constBufferedTransformation [virtual]
Attach(BufferedTransformation *newAttachment)BufferedTransformation [virtual]
Attachable()Filter [inline, virtual]
AttachedTransformation()Filter [virtual]
AttachedTransformation() constFilter [virtual]
Base64Encoder(BufferedTransformation *attachment=NULL, bool insertLineBreaks=true, int maxLineLength=72)Base64Encoder [inline]
BufferedTransformation()BufferedTransformation [inline]
CanModifyInput() constBufferedTransformation [inline, virtual]
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 *begin, 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 *begin, 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
Clone() constClonable [inline, virtual]
CopyAllTo(BufferedTransformation &target, const std::string &channel=NULL_CHANNEL) const BufferedTransformation
CopyMessagesTo(BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=NULL_CHANNEL) const BufferedTransformation
CopyRangeTo(BufferedTransformation &target, lword position, lword copyMax=LWORD_MAX, const std::string &channel=NULL_CHANNEL) const BufferedTransformation [inline]
CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=NULL_CHANNEL, bool blocking=true) const Filter [virtual]
CopyTo(BufferedTransformation &target, lword copyMax=LWORD_MAX, const std::string &channel=NULL_CHANNEL) const BufferedTransformation [inline]
CreatePutSpace(size_t &size)BufferedTransformation [inline, virtual]
DecrementPropagation(int propagation)BufferedTransformation [inline, protected, static]
Detach(BufferedTransformation *newAttachment=NULL)Filter [virtual]
DidFirstPut()FilterWithBufferedInput [inline, protected]
Filter(BufferedTransformation *attachment=NULL)Filter
FilterWithBufferedInput(BufferedTransformation *attachment)FilterWithBufferedInput
FilterWithBufferedInput(size_t firstSize, size_t blockSize, size_t lastSize, BufferedTransformation *attachment)FilterWithBufferedInput
FirstPut(const byte *)SimpleProxyFilter [inline, virtual]
Flush(bool hardFlush, int propagation=-1, bool blocking=true)Filter [virtual]
FlushDerived()FilterWithBufferedInput [inline, protected, virtual]
ForceNextPut()FilterWithBufferedInput
Get(byte &outByte)BufferedTransformation [virtual]
Get(byte *outString, size_t getMax)BufferedTransformation [virtual]
GetAutoSignalPropagation() constBufferedTransformation [inline, virtual]
GetMaxWaitObjectCount() constBufferedTransformation [virtual]
GetNextMessage()BufferedTransformation [virtual]
GetNextMessageSeries()BufferedTransformation [inline, virtual]
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
Initialize(const NameValuePairs &parameters=g_nullNameValuePairs, int propagation=-1)Filter [virtual]
InitializeDerived(const NameValuePairs &parameters)FilterWithBufferedInput [inline, protected, virtual]
InitializeDerivedAndReturnNewSizes(const NameValuePairs &parameters, size_t &firstSize, size_t &blockSize, size_t &lastSize)FilterWithBufferedInput [inline, protected, virtual]
Insert(Filter *nextFilter)Filter [protected]
IsolatedFlush(bool hardFlush, bool blocking)ProxyFilter [virtual]
IsolatedInitialize(const NameValuePairs &parameters)Base64Encoder [virtual]
IsolatedMessageSeriesEnd(bool blocking)BufferedTransformation [inline, virtual]
LastPut(const byte *, size_t)SimpleProxyFilter [inline, virtual]
m_continueAtFilter [protected]
m_filterProxyFilter [protected]
m_inputPositionFilter [protected]
MaxRetrievable() constBufferedTransformation [virtual]
MessageEnd(int propagation=-1, bool blocking=true)BufferedTransformation [inline]
MessageSeriesEnd(int propagation=-1, bool blocking=true)Filter [virtual]
NewDefaultAttachment() constFilter [protected, virtual]
NextPutModifiable(byte *inString, size_t length)ProxyFilter [virtual]
NextPutMultiple(const byte *s, size_t len)ProxyFilter [virtual]
NextPutSingle(const byte *inString)FilterWithBufferedInput [inline, protected, virtual]
NotCopyable()NotCopyable [inline]
NULL_CHANNELBufferedTransformation [static]
NumberOfMessages() constBufferedTransformation [virtual]
NumberOfMessageSeries() constBufferedTransformation [inline, virtual]
NumberOfMessagesInThisSeries() constBufferedTransformation [inline, virtual]
Output(int outputSite, const byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel=NULL_CHANNEL)Filter [protected]
OutputFlush(int outputSite, bool hardFlush, int propagation, bool blocking, const std::string &channel=NULL_CHANNEL)Filter [protected]
OutputMessageEnd(int outputSite, int propagation, bool blocking, const std::string &channel=NULL_CHANNEL) (defined in Filter)Filter [protected]
OutputMessageSeriesEnd(int outputSite, int propagation, bool blocking, const std::string &channel=NULL_CHANNEL)Filter [protected]
OutputModifiable(int outputSite, byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel=NULL_CHANNEL)Filter [protected]
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
PropagateInitialize(const NameValuePairs &parameters, int propagation)Filter [protected]
ProxyFilter(BufferedTransformation *filter, size_t firstSize, size_t lastSize, BufferedTransformation *attachment)ProxyFilter
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)FilterWithBufferedInput [inline, virtual]
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)FilterWithBufferedInput [inline, virtual]
PutWord16(word16 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true)BufferedTransformation
PutWord32(word32 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true)BufferedTransformation
Ref()BufferedTransformation [inline]
SetAutoSignalPropagation(int propagation)BufferedTransformation [inline, virtual]
SetFilter(Filter *filter)ProxyFilter
SetRetrievalChannel(const std::string &channel)BufferedTransformation [virtual]
ShouldPropagateMessageEnd() constFilter [inline, protected, virtual]
ShouldPropagateMessageSeriesEnd() constFilter [inline, protected, virtual]
SimpleProxyFilter(BufferedTransformation *filter, BufferedTransformation *attachment)SimpleProxyFilter [inline]
Skip(lword skipMax=LWORD_MAX)BufferedTransformation [virtual]
SkipAll()BufferedTransformation [virtual]
SkipMessages(unsigned int count=UINT_MAX)BufferedTransformation [virtual]
TotalBytesRetrievable() constBufferedTransformation [virtual]
TransferAllTo(BufferedTransformation &target, const std::string &channel=NULL_CHANNEL)BufferedTransformation [inline]
TransferAllTo2(BufferedTransformation &target, const std::string &channel=NULL_CHANNEL, bool blocking=true)BufferedTransformation
TransferMessagesTo(BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=NULL_CHANNEL)BufferedTransformation [inline]
TransferMessagesTo2(BufferedTransformation &target, unsigned int &messageCount, const std::string &channel=NULL_CHANNEL, bool blocking=true)BufferedTransformation
TransferTo(BufferedTransformation &target, lword transferMax=LWORD_MAX, const std::string &channel=NULL_CHANNEL)BufferedTransformation [inline]
TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=NULL_CHANNEL, bool blocking=true)Filter [virtual]
Wait(unsigned long milliseconds, CallStack const &callStack)Waitable
~Clonable()Clonable [inline, virtual]


Generated on Sat Dec 23 02:07:14 2006 for Crypto++ by  doxygen 1.5.1-p1