|
Rheolef
7.1
an efficient C++ finite element environment
|
Inheritance diagram for irheostream:Public Member Functions | |
| irheostream () | |
| irheostream (const std::string &name, const std::string &suffix=std::string()) | |
| virtual | ~irheostream () |
| void | open (const std::string &name, const std::string &suffix=std::string()) |
| void | close () |
Protected Attributes | |
| std::ifstream | _ifs |
Definition at line 174 of file rheostream.h.
| irheostream | ( | ) |
Definition at line 176 of file rheostream.h.
| irheostream | ( | const std::string & | name, |
| const std::string & | suffix = std::string() |
||
| ) |
Definition at line 196 of file rheostream.cc.
|
virtual |
Definition at line 201 of file rheostream.cc.
| void open | ( | const std::string & | name, |
| const std::string & | suffix = std::string() |
||
| ) |
Definition at line 158 of file rheostream.cc.
| void close | ( | ) |
Definition at line 188 of file rheostream.cc.
|
protected |
Definition at line 183 of file rheostream.h.