Crypto++
Public Member Functions | Protected Attributes
StringSource Class Reference

string-based implementation of Source interface More...

#include <filters.h>

Inheritance diagram for StringSource:
SourceTemplate< StringStore >

List of all members.

Public Member Functions

 StringSource (BufferedTransformation *attachment=NULL)
 StringSource (const char *string, bool pumpAll, BufferedTransformation *attachment=NULL)
 zero terminated string as source
 StringSource (const byte *string, size_t length, bool pumpAll, BufferedTransformation *attachment=NULL)
 binary byte array as source
 StringSource (const std::string &string, bool pumpAll, BufferedTransformation *attachment=NULL)
 std::string as source
void IsolatedInitialize (const NameValuePairs &parameters)
size_t Pump2 (lword &byteCount, bool blocking=true)
size_t PumpMessages2 (unsigned int &messageCount, bool blocking=true)
size_t PumpAll2 (bool blocking=true)
bool SourceExhausted () const
void SetAutoSignalPropagation (int propagation)
int GetAutoSignalPropagation () const

Protected Attributes

m_store

Detailed Description

string-based implementation of Source interface


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