|
Rheolef
7.1
an efficient C++ finite element environment
|
Inheritance diagram for orheostream:Public Member Functions | |
| orheostream () | |
| orheostream (const std::string &name, const std::string &suffix=std::string(), io::mode_type mode=io::out) | |
| virtual | ~orheostream () |
| void | open (const std::string &name, const std::string &suffix=std::string(), io::mode_type mode=io::out) |
| void | flush () |
| void | close () |
| const std::string & | filename () const |
Protected Member Functions | |
| void | _open_internal (io::mode_type mode) |
| void | _close_internal () |
Protected Attributes | |
| io::mode_type | _mode |
| std::string | _full_name |
Definition at line 189 of file rheostream.h.
| orheostream | ( | ) |
Definition at line 191 of file rheostream.h.
| orheostream | ( | const std::string & | name, |
| const std::string & | suffix = std::string(), |
||
| io::mode_type | mode = io::out |
||
| ) |
Definition at line 64 of file rheostream.cc.
|
virtual |
Definition at line 71 of file rheostream.cc.
| void open | ( | const std::string & | name, |
| const std::string & | suffix = std::string(), |
||
| io::mode_type | mode = io::out |
||
| ) |
Definition at line 76 of file rheostream.cc.
| void flush | ( | ) |
Definition at line 146 of file rheostream.cc.
| void close | ( | ) |
Definition at line 139 of file rheostream.cc.
| const std::string& filename | ( | ) | const |
Definition at line 199 of file rheostream.h.
|
protected |
Definition at line 97 of file rheostream.cc.
|
protected |
Definition at line 111 of file rheostream.cc.
|
protected |
Definition at line 205 of file rheostream.h.
|
protected |
Definition at line 206 of file rheostream.h.