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

Public Methods | |
| StringStore (const char *string) | |
| StringStore (const byte *string,unsigned int length) | |
| template<class T> | StringStore (const T &string) |
| unsigned long | TransferTo (BufferedTransformation &target,unsigned long transferMax=ULONG_MAX) |
| move transferMax bytes of the buffered output to target as input. More... | |
| unsigned long | CopyTo (BufferedTransformation &target,unsigned long copyMax=ULONG_MAX)const |
| copy copyMax bytes of the buffered output to target as input. More... | |
Definition at line 445 of file filters.h.
|
|
|
|
|
|
|
||||
|
|
|
|
copy copyMax bytes of the buffered output to target as input.
Reimplemented from Store. Definition at line 395 of file filters.cpp. Referenced by TransferTo(). |
|
|
move transferMax bytes of the buffered output to target as input.
Reimplemented from Store. Definition at line 388 of file filters.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000