#include <filters.h>
Inheritance diagram for NullStore:
Definition at line 591 of file filters.h.
Public Member Functions | |
NullStore (unsigned long size=ULONG_MAX) | |
void | StoreInitialize (const NameValuePairs ¶meters) |
unsigned long | MaxRetrievable () const |
unsigned int | TransferTo2 (BufferedTransformation &target, unsigned long &transferBytes, const std::string &channel=NULL_CHANNEL, bool blocking=true) |
unsigned int | CopyRangeTo2 (BufferedTransformation &target, unsigned long &begin, unsigned long end=ULONG_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 |
Protected Attributes | |
bool | m_messageEnd |