#include <filters.h>
Public Member Functions | |
NullStore (lword size=ULONG_MAX) | |
void | StoreInitialize (const NameValuePairs ¶meters) |
lword | MaxRetrievable () const |
size_t | TransferTo2 (BufferedTransformation &target, lword &transferBytes, const std::string &channel=NULL_CHANNEL, bool blocking=true) |
size_t | CopyRangeTo2 (BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=NULL_CHANNEL, bool blocking=true) const |
void | IsolatedInitialize (const NameValuePairs ¶meters) |
unsigned int | NumberOfMessages () const |
bool | GetNextMessage () |
unsigned int | CopyMessagesTo (BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=NULL_CHANNEL) const |
void | SetAutoSignalPropagation (int propagation) |
int | GetAutoSignalPropagation () const |
Protected Attributes | |
bool | m_messageEnd |
Definition at line 664 of file filters.h.