Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 194 of file rheostream.h.
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 |
orheostream | ( | ) |
Definition at line 196 of file rheostream.h.
orheostream | ( | const std::string & | name, |
const std::string & | suffix = std::string() , |
||
io::mode_type | mode = io::out |
||
) |
Definition at line 68 of file rheostream.cc.
|
virtual |
Definition at line 75 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 80 of file rheostream.cc.
void flush | ( | ) |
Definition at line 150 of file rheostream.cc.
void close | ( | ) |
Definition at line 143 of file rheostream.cc.
const std::string & filename | ( | ) | const |
Definition at line 204 of file rheostream.h.
|
protected |
Definition at line 101 of file rheostream.cc.
|
protected |
Definition at line 115 of file rheostream.cc.
|
protected |
Definition at line 210 of file rheostream.h.
|
protected |
Definition at line 211 of file rheostream.h.