|
xc
|
Standard stream redirection. More...
#include <StandardStreamWrapper.h>
Public Member Functions | |
| StandardStreamWrapper (const std::string &, std::ostream &) | |
| Constructor. | |
| ~StandardStreamWrapper (void) | |
| Destructor. | |
| void | reset (void) |
| Fall back to the standard buffer. | |
| std::ostream & | getStream (void) |
| const std::string & | getFileName (void) const |
| void | setFileName (const std::string &) |
Protected Member Functions | |
| void | free (void) |
| Frees memory. | |
| void | alloc (const std::string &) |
| Allocates memory. | |
Standard stream redirection.
1.8.13