#include <simple.h>
Inheritance diagram for Store:
Definition at line 178 of file simple.h.
Public Member Functions | |
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 Member Functions | |
virtual void | StoreInitialize (const NameValuePairs ¶meters)=0 |
Protected Attributes | |
bool | m_messageEnd |