#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 287 of file filesystem.hpp.
|
inline |
Definition at line 290 of file filesystem.hpp.
filesystem::scoped_ostream::~scoped_ostream | ( | ) |
Definition at line 41 of file filesystem_common.cpp.
References stream.
|
inline |
Definition at line 292 of file filesystem.hpp.
References stream.
|
inline |
Definition at line 293 of file filesystem.hpp.
References stream.
scoped_ostream & filesystem::scoped_ostream::operator= | ( | std::ostream * | s | ) |
Definition at line 34 of file filesystem_common.cpp.
References stream.
|
private |
Definition at line 288 of file filesystem.hpp.
Referenced by operator*(), operator->(), operator=(), and ~scoped_ostream().