#include <filters.h>
Inheritance diagram for StringSinkTemplate:

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... | |
Definition at line 336 of file filters.h.
|
|||
|
|
|
||||
|
|
|
||||||
|
input multiple bytes.
Reimplemented from BufferedTransformation. |
|
||||
|
input a byte for processing.
Reimplemented from BufferedTransformation. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000