#include <GtpOutputStream.h>
This implementation only forwards calls to std::ostream.
Definition at line 17 of file GtpOutputStream.h.
Public Member Functions | |
| GtpOutputStream (std::ostream &out) | |
| virtual | ~GtpOutputStream () |
| virtual void | Write (const std::string &line) |
| virtual void | Flush () |
Private Attributes | |
| std::ostream & | m_out |
| GtpOutputStream | ( | std::ostream & | out | ) |
Definition at line 11 of file GtpOutputStream.cpp.
| ~GtpOutputStream | ( | ) | [virtual] |
Definition at line 16 of file GtpOutputStream.cpp.
| void Flush | ( | ) | [virtual] |
Definition at line 25 of file GtpOutputStream.cpp.
References m_out.
Referenced by GtpEngine::HandleCommand().
| void Write | ( | const std::string & | line | ) | [virtual] |
Definition at line 20 of file GtpOutputStream.cpp.
References m_out.
Referenced by GtpEngine::HandleCommand().
std::ostream& m_out [private] |