NetworkSource Member List

This is the complete list of members for NetworkSource, including all inherited members.
Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const Algorithm [inline, virtual]
AnyMessages() const BufferedTransformation [virtual]
AnyRetrievable() const BufferedTransformation [virtual]
Attach(BufferedTransformation *newAttachment)BufferedTransformation [virtual]
Attachable()Filter [inline, virtual]
AttachedTransformation()Filter [virtual]
AttachedTransformation() const Filter [virtual]
AutoSignaling(int propagation=-1) (defined in AutoSignaling< Source >)AutoSignaling< Source > [inline]
BufferedTransformation() (defined in BufferedTransformation)BufferedTransformation [inline]
CanModifyInput() const BufferedTransformation [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 messageEnd, bool blocking) (defined in InputRejecting< Filter >)InputRejecting< Filter > [inline, 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) (defined in InputRejecting< Filter >)InputRejecting< Filter > [inline, 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
Clone() const Clonable [inline, virtual]
ComputeCurrentTransceiveLimit() (defined in LimitedBandwidth)LimitedBandwidth
CopyAllTo(BufferedTransformation &target, const std::string &channel=DEFAULT_CHANNEL) const (defined in BufferedTransformation)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 (defined in Filter)Filter
BufferedTransformation::CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const =0BufferedTransformation [pure virtual]
CopyTo(BufferedTransformation &target, lword copyMax=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL) const BufferedTransformation [inline]
CreatePutSpace(size_t &size)BufferedTransformation [inline, virtual]
Detach(BufferedTransformation *newAttachment=NULL)Filter
BufferedTransformation::Detach(BufferedTransformation *newAttachment=0)BufferedTransformation [inline, virtual]
Filter(BufferedTransformation *attachment=NULL)Filter
Flush(bool hardFlush, int propagation=-1, bool blocking=true)Filter [virtual]
GeneralPump(lword maxSize=LWORD_MAX, unsigned long maxTime=INFINITE_TIME, bool checkDelimiter=false, byte delimiter='\n') (defined in NonblockingSource)NonblockingSource [inline]
GeneralPump2(lword &byteCount, bool blockingOutput=true, unsigned long maxTime=INFINITE_TIME, bool checkDelimiter=false, byte delimiter='\n')NonblockingSource
Get(byte &outByte)BufferedTransformation [virtual]
Get(byte *outString, size_t getMax)BufferedTransformation [virtual]
GetAutoSignalPropagation() const (defined in AutoSignaling< Source >)AutoSignaling< Source > [inline, virtual]
GetMaxBytesPerSecond() const (defined in LimitedBandwidth)LimitedBandwidth [inline]
GetMaxWaitObjectCount() const NetworkSource
GetNextMessage()BufferedTransformation [virtual]
GetNextMessageSeries() (defined in BufferedTransformation)BufferedTransformation [inline, virtual]
GetWaitObjects(WaitObjectContainer &container, CallStack const &callStack) (defined in NetworkSource)NetworkSource
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]
IsolatedFlush(bool hardFlush, bool blocking) (defined in InputRejecting< Filter >)InputRejecting< Filter > [inline, virtual]
IsolatedInitialize(const NameValuePairs &parameters)BufferedTransformation [inline, virtual]
IsolatedMessageSeriesEnd(bool blocking) (defined in InputRejecting< Filter >)InputRejecting< Filter > [inline, virtual]
LimitedBandwidth(lword maxBytesPerSecond=0) (defined in LimitedBandwidth)LimitedBandwidth [inline]
MaxRetrievable() const BufferedTransformation [virtual]
MessageEnd(int propagation=-1, bool blocking=true)BufferedTransformation [inline]
MessageSeriesEnd(int propagation=-1, bool blocking=true)Filter [virtual]
NetworkSource(BufferedTransformation *attachment) (defined in NetworkSource)NetworkSource
NonblockingSource(BufferedTransformation *attachment) (defined in NonblockingSource)NonblockingSource [inline]
NotCopyable() (defined in NotCopyable)NotCopyable [inline]
NoteTransceive(lword size) (defined in LimitedBandwidth)LimitedBandwidth
NULL_CHANNEL (defined in BufferedTransformation)BufferedTransformation [static]
NumberOfMessages() const BufferedTransformation [virtual]
NumberOfMessageSeries() const (defined in BufferedTransformation)BufferedTransformation [inline, virtual]
NumberOfMessagesInThisSeries() const (defined in BufferedTransformation)BufferedTransformation [inline, virtual]
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
Pump(lword pumpMax=size_t(SIZE_MAX)) (defined in Source)Source [inline]
Pump2(lword &byteCount, bool blocking=true) (defined in NonblockingSource)NonblockingSource [inline, virtual]
PumpAll() (defined in Source)Source [inline]
PumpAll2(bool blocking=true) (defined in Source)Source [virtual]
PumpLine(byte delimiter='\n', lword maxSize=1024) (defined in NonblockingSource)NonblockingSource [inline]
PumpMessages(unsigned int count=UINT_MAX) (defined in Source)Source [inline]
PumpMessages2(unsigned int &messageCount, bool blocking=true) (defined in NonblockingSource)NonblockingSource [virtual]
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)InputRejecting< Filter > [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)BufferedTransformation [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) (defined in AutoSignaling< Source >)AutoSignaling< Source > [inline, virtual]
SetMaxBytesPerSecond(lword v) (defined in LimitedBandwidth)LimitedBandwidth [inline]
SetRetrievalChannel(const std::string &channel)BufferedTransformation [virtual]
Skip(lword skipMax=LWORD_MAX)BufferedTransformation [virtual]
SkipAll() (defined in BufferedTransformation)BufferedTransformation [virtual]
SkipMessages(unsigned int count=UINT_MAX)BufferedTransformation [virtual]
Source(BufferedTransformation *attachment=NULL) (defined in Source)Source [inline]
SourceExhausted() const (defined in NetworkSource)NetworkSource [inline, virtual]
TimedPump(unsigned long maxTime) (defined in NonblockingSource)NonblockingSource [inline]
TimeToNextTransceive() (defined in LimitedBandwidth)LimitedBandwidth
TotalBytesRetrievable() const BufferedTransformation [virtual]
TransferAllTo(BufferedTransformation &target, const std::string &channel=DEFAULT_CHANNEL) (defined in BufferedTransformation)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) (defined in Filter)Filter
BufferedTransformation::TransferTo2(BufferedTransformation &target, lword &byteCount, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true)=0BufferedTransformation [pure virtual]
Wait(unsigned long milliseconds, CallStack const &callStack)Waitable
~Clonable() (defined in Clonable)Clonable [inline, virtual]
~Waitable() (defined in Waitable)Waitable [inline, virtual]

Generated on 24 Mar 2016 for Crypto++ by  doxygen 1.6.1