#include <filesystem.hpp>

Public Member Functions | |
| scoped_ostream (std::ostream *s) | |
| scoped_ostream & | operator= (std::ostream *) |
| std::ostream & | operator* () |
| std::ostream * | operator-> () |
| ~scoped_ostream () | |
Private Attributes | |
| std::ostream * | stream |
Definition at line 263 of file filesystem.hpp.
| scoped_ostream::scoped_ostream | ( | std::ostream * | s | ) | [inline] |
Definition at line 266 of file filesystem.hpp.
| scoped_ostream::~scoped_ostream | ( | ) |
| std::ostream& scoped_ostream::operator* | ( | ) | [inline] |
Definition at line 268 of file filesystem.hpp.
References stream.
| std::ostream* scoped_ostream::operator-> | ( | ) | [inline] |
Definition at line 269 of file filesystem.hpp.
References stream.
| scoped_ostream& scoped_ostream::operator= | ( | std::ostream * | ) |
std::ostream* scoped_ostream::stream [private] |
Definition at line 264 of file filesystem.hpp.
Referenced by operator*(), and operator->().
| Generated by doxygen 1.7.1 on Thu May 24 2012 01:15:53 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |