String buffer for the file logger. More...
#include <Console.hh>
Inherits stringbuf.
| Public Member Functions | |
| Buffer (const std::string &_filename) | |
| Constructor.  More... | |
| virtual | ~Buffer () | 
| Destructor.  More... | |
| virtual int | sync () | 
| Sync the stream (output the string buffer contents).  More... | |
| Public Attributes | |
| std::ofstream * | stream | 
| Stream to output information into.  More... | |
String buffer for the file logger.
| Buffer | ( | const std::string & | _filename | ) | 
Constructor.
| [in] | _filename | Filename to write into. | 
| 
 | virtual | 
Destructor.
| 
 | virtual | 
Sync the stream (output the string buffer contents).
| std::ofstream* stream | 
Stream to output information into.