Fabcoin Core  0.16.2
P2P Digital Currency
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
StringSource Member List

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

Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const Algorithminlinevirtual
AnyMessages() const BufferedTransformationvirtual
AnyRetrievable() const BufferedTransformationvirtual
Attach(BufferedTransformation *newAttachment)BufferedTransformationvirtual
Attachable()Filterinlinevirtual
AttachedTransformation()Filtervirtual
AttachedTransformation() const Filtervirtual
BufferedTransformation()BufferedTransformationinline
CanModifyInput() const BufferedTransformationinlinevirtual
ChannelCreatePutSpace(const std::string &channel, size_t &size)BufferedTransformationvirtual
ChannelFlush(const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true)BufferedTransformationvirtual
ChannelMessageEnd(const std::string &channel, int propagation=-1, bool blocking=true)BufferedTransformationinline
ChannelMessageSeriesEnd(const std::string &channel, int messageEnd, bool blocking)InputRejecting< Filter >inlinevirtual
ChannelPut(const std::string &channel, byte inByte, bool blocking=true)BufferedTransformationinline
ChannelPut(const std::string &channel, const byte *inString, size_t length, bool blocking=true)BufferedTransformationinline
ChannelPut2(const std::string &channel, const byte *inString, size_t length, int messageEnd, bool blocking)InputRejecting< Filter >inlinevirtual
ChannelPutMessageEnd(const std::string &channel, const byte *inString, size_t length, int propagation=-1, bool blocking=true)BufferedTransformationinline
ChannelPutModifiable(const std::string &channel, byte *inString, size_t length, bool blocking=true)BufferedTransformationinline
ChannelPutModifiable2(const std::string &channel, byte *inString, size_t length, int messageEnd, bool blocking)BufferedTransformationvirtual
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 Clonableinlinevirtual
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 BufferedTransformationinline
CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const Filtervirtual
CopyTo(BufferedTransformation &target, lword copyMax=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL) const BufferedTransformationinline
CreatePutSpace(size_t &size)BufferedTransformationinlinevirtual
DecrementPropagation(int propagation)BufferedTransformationinlineprotectedstatic
Detach(BufferedTransformation *newAttachment=NULL)Filtervirtual
Filter(BufferedTransformation *attachment=NULL)Filter
Flush(bool hardFlush, int propagation=-1, bool blocking=true)Filtervirtual
Get(byte &outByte)BufferedTransformationvirtual
Get(byte *outString, size_t getMax)BufferedTransformationvirtual
GetAutoSignalPropagation() constSourceTemplate< StringStore >inlinevirtual
GetMaxWaitObjectCount() const BufferedTransformationvirtual
GetNextMessage()BufferedTransformationvirtual
GetNextMessageSeries()BufferedTransformationinlinevirtual
GetWaitObjects(WaitObjectContainer &container, CallStack const &callStack)BufferedTransformationvirtual
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)Filtervirtual
Insert(Filter *nextFilter)Filterprotected
IsolatedFlush(bool hardFlush, bool blocking)InputRejecting< Filter >inlinevirtual
IsolatedInitialize(const NameValuePairs &parameters)SourceTemplate< StringStore >inlinevirtual
IsolatedMessageSeriesEnd(bool blocking)InputRejecting< Filter >inlinevirtual
m_continueAtFilterprotected
m_inputPositionFilterprotected
m_storeSourceTemplate< StringStore >protected
MaxRetrievable() const BufferedTransformationvirtual
MessageEnd(int propagation=-1, bool blocking=true)BufferedTransformationinline
MessageSeriesEnd(int propagation=-1, bool blocking=true)Filtervirtual
NewDefaultAttachment() const Filterprotectedvirtual
NotCopyable()NotCopyableinline
NULL_CHANNELBufferedTransformationstatic
NumberOfMessages() const BufferedTransformationvirtual
NumberOfMessageSeries() const BufferedTransformationinlinevirtual
NumberOfMessagesInThisSeries() const BufferedTransformationinlinevirtual
Output(int outputSite, const byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel=DEFAULT_CHANNEL)Filterprotected
OutputFlush(int outputSite, bool hardFlush, int propagation, bool blocking, const std::string &channel=DEFAULT_CHANNEL)Filterprotected
OutputMessageEnd(int outputSite, int propagation, bool blocking, const std::string &channel=DEFAULT_CHANNEL)Filterprotected
OutputMessageSeriesEnd(int outputSite, int propagation, bool blocking, const std::string &channel=DEFAULT_CHANNEL)Filterprotected
OutputModifiable(int outputSite, byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel=DEFAULT_CHANNEL)Filterprotected
Peek(byte &outByte) const BufferedTransformationvirtual
Peek(byte *outString, size_t peekMax) const BufferedTransformationvirtual
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)Filterprotected
Pump(lword pumpMax=(size_t) SIZE_MAX)Sourceinline
Pump2(lword &byteCount, bool blocking=true)SourceTemplate< StringStore >inlinevirtual
PumpAll()Sourceinline
PumpAll2(bool blocking=true)SourceTemplate< StringStore >inlinevirtual
PumpMessages(unsigned int count=UINT_MAX)Sourceinline
PumpMessages2(unsigned int &messageCount, bool blocking=true)SourceTemplate< StringStore >inlinevirtual
Put(byte inByte, bool blocking=true)BufferedTransformationinline
Put(const byte *inString, size_t length, bool blocking=true)BufferedTransformationinline
Put2(const byte *inString, size_t length, int messageEnd, bool blocking)InputRejecting< Filter >inlinevirtual
PutMessageEnd(const byte *inString, size_t length, int propagation=-1, bool blocking=true)BufferedTransformationinline
PutModifiable(byte *inString, size_t length, bool blocking=true)BufferedTransformationinline
PutModifiable2(byte *inString, size_t length, int messageEnd, bool blocking)BufferedTransformationinlinevirtual
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()BufferedTransformationinline
SetAutoSignalPropagation(int propagation)SourceTemplate< StringStore >inlinevirtual
SetRetrievalChannel(const std::string &channel)BufferedTransformationvirtual
ShouldPropagateMessageEnd() const Filterinlineprotectedvirtual
ShouldPropagateMessageSeriesEnd() const Filterinlineprotectedvirtual
Skip(lword skipMax=LWORD_MAX)BufferedTransformationvirtual
SkipAll()BufferedTransformationvirtual
SkipMessages(unsigned int count=UINT_MAX)BufferedTransformationvirtual
Source(BufferedTransformation *attachment=NULL)Sourceinline
SourceExhausted() constSourceTemplate< StringStore >inlinevirtual
SourceInitialize(bool pumpAll, const NameValuePairs &parameters)Sourceinlineprotected
SourceTemplate(BufferedTransformation *attachment)SourceTemplate< StringStore >inline
StringSource(BufferedTransformation *attachment=NULL)StringSourceinline
StringSource(const char *string, bool pumpAll, BufferedTransformation *attachment=NULL)StringSourceinline
StringSource(const byte *string, size_t length, bool pumpAll, BufferedTransformation *attachment=NULL)StringSourceinline
StringSource(const std::string &string, bool pumpAll, BufferedTransformation *attachment=NULL)StringSourceinline
TotalBytesRetrievable() const BufferedTransformationvirtual
TransferAllTo(BufferedTransformation &target, const std::string &channel=DEFAULT_CHANNEL)BufferedTransformationinline
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)BufferedTransformationinline
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)BufferedTransformationinline
TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true)Filtervirtual
Wait(unsigned long milliseconds, CallStack const &callStack)Waitable
~Algorithm()Algorithminlinevirtual
~BufferedTransformation()BufferedTransformationinlinevirtual
~Clonable()Clonableinlinevirtual
~Filter()Filterinlinevirtual
~Source()Sourceinlinevirtual
~SourceTemplate()SourceTemplate< StringStore >inlinevirtual
~Waitable()Waitableinlinevirtual