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