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

StringSinkTemplate Class Template Reference

Append input to a string object. More...

#include <filters.h>

Inheritance diagram for StringSinkTemplate:

Sink BufferedTransformation List of all members.

Public Types

typedef T::traits_type::char_type char_type

Public Methods

 StringSinkTemplate (T &output)
void Put (byte b)
 input a byte for processing. More...

void Put (const byte *str,unsigned int bc)
 input multiple bytes. More...


Detailed Description

template<class T> class StringSinkTemplate

Append input to a string object.

Definition at line 336 of file filters.h.


Member Typedef Documentation

template<class T>
typedef T::traits_type::char_type StringSinkTemplate<T>::char_type
 

Definition at line 340 of file filters.h.


Constructor & Destructor Documentation

template<class T>
StringSinkTemplate<T>::StringSinkTemplate<T> ( T & output ) [inline]
 

Definition at line 342 of file filters.h.


Member Function Documentation

template<class T>
void StringSinkTemplate<T>::Put ( const byte * str,
unsigned int bc ) [inline, virtual]
 

input multiple bytes.

Reimplemented from BufferedTransformation.

Definition at line 346 of file filters.h.

template<class T>
void StringSinkTemplate<T>::Put ( byte b ) [inline, virtual]
 

input a byte for processing.

Reimplemented from BufferedTransformation.

Definition at line 344 of file filters.h.


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