StringStore Class Reference

string-based implementation of Store interface More...

#include <filters.h>

Inheritance diagram for StringStore:

Store AutoSignaling< InputRejecting< BufferedTransformation > >

List of all members.

Public Member Functions

 StringStore (const char *string=NULL)
 StringStore (const byte *string, size_t length)
template<class T >
 StringStore (const T &string)
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 &parameters)
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


Detailed Description

string-based implementation of Store interface

Definition at line 617 of file filters.h.


The documentation for this class was generated from the following files:

Generated on Mon Oct 27 02:38:35 2008 for Crypto++ by  doxygen 1.5.7.1