Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

StringSource Class Reference

. More...

#include <filters.h>

Inheritance diagram for StringSource:

Source Filter BufferedTransformation List of all members.

Public Methods

 StringSource (const char *string,bool pumpAll,BufferedTransformation *outQueue=NULL)
 StringSource (const byte *string,unsigned int length,bool pumpAll,BufferedTransformation *outQueue=NULL)
template<class T>  StringSource (const T &string,bool pumpAll,BufferedTransformation *outQueue=NULL)
unsigned long Pump (unsigned long pumpMax=ULONG_MAX)
unsigned int PumpMessages (unsigned int count=UINT_MAX)

Detailed Description

.

Definition at line 517 of file filters.h.


Constructor & Destructor Documentation

StringSource::StringSource ( const char * string,
bool pumpAll,
BufferedTransformation * outQueue = NULL )
 

Definition at line 350 of file filters.cpp.

StringSource::StringSource ( const byte * string,
unsigned int length,
bool pumpAll,
BufferedTransformation * outQueue = NULL )
 

Definition at line 357 of file filters.cpp.

template<class T>
StringSource::StringSource ( const T & string,
bool pumpAll,
BufferedTransformation * outQueue = NULL ) [inline]
 

Definition at line 526 of file filters.h.


Member Function Documentation

unsigned long StringSource::Pump ( unsigned long pumpMax = ULONG_MAX ) [inline, virtual]
 

Reimplemented from Source.

Definition at line 534 of file filters.h.

unsigned int StringSource::PumpMessages ( unsigned int count = UINT_MAX ) [inline, virtual]
 

Reimplemented from Source.

Definition at line 536 of file filters.h.


The documentation for this class was generated from the following files:
Generated at Mon Jan 15 01:17:09 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000