String buffer for the file logger.
More...
#include <Console.hh>
Inherits stringbuf.
|
| | Buffer (const std::string &_filename) |
| | Constructor.
|
| virtual | ~Buffer () |
| | Destructor.
|
| virtual int | sync () |
| | Sync the stream (output the string buffer contents).
|
|
| std::ofstream * | stream |
| | Stream to output information into.
|
String buffer for the file logger.
◆ Buffer()
| Buffer |
( |
const std::string & | _filename | ) |
|
|
explicit |
Constructor.
- Parameters
-
| [in] | _filename | Filename to write into. |
◆ ~Buffer()
◆ sync()
Sync the stream (output the string buffer contents).
- Returns
- Return 0 on success.
◆ stream
Stream to output information into.
The documentation for this class was generated from the following file: