[ Lit Window Library at SourceForge ] [ Lit Window Productions Homepage ] [ wxWidgets Tips&Tricks ] [ wxVisualSetup ]
Public Types | |
| typedef dumper_t * | get_dumper_t |
Public Member Functions | |
| void | clear_buffer () |
| Clears the entire buffer. | |
| std::streamsize | copy (std::string &destination) const |
| Copies the entire buffer to the destination. | |
| void | set_dumper (get_dumper_t new_dumper) |
| Set the dumper function. | |
| wrapping_strstreambuf (std::streamsize _Count=0x10000, get_dumper_t dumper=0) | |
| ~wrapping_strstreambuf () | |
Protected Member Functions | |
| virtual int | overflow (int _Meta) |
Protected Attributes | |
| std::auto_ptr< dumper_t > | m_dump_function |
| The dump function is called by the destructor and gives applications a chance to dump the contents of the wrap buffer to a file or debug channel. | |
| bool | m_has_wrapped |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copyright 2004, Hajo Kirchhoff, Lit Window Productions