CopyMessagesTo(BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=NULL_CHANNEL) const (defined in Store) | Store | |
CopyRangeTo2(BufferedTransformation &target, unsigned long &begin, unsigned long end=ULONG_MAX, const std::string &channel=NULL_CHANNEL, bool blocking=true) const (defined in StringStore) | StringStore | |
GetNextMessage() (defined in Store) | Store | |
IsolatedInitialize(const NameValuePairs ¶meters) (defined in Store) | Store | [inline] |
m_messageEnd (defined in Store) | Store | [protected] |
NumberOfMessages() const (defined in Store) | Store | [inline] |
Store() (defined in Store) | Store | [inline] |
StringStore(const char *string=NULL) (defined in StringStore) | StringStore | [inline] |
StringStore(const byte *string, unsigned int length) (defined in StringStore) | StringStore | [inline] |
StringStore(const T &string) (defined in StringStore) | StringStore | [inline] |
TransferTo2(BufferedTransformation &target, unsigned long &transferBytes, const std::string &channel=NULL_CHANNEL, bool blocking=true) (defined in StringStore) | StringStore | |