Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 179 of file rheostream.h.
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 |
irheostream | ( | ) |
Definition at line 181 of file rheostream.h.
irheostream | ( | const std::string & | name, |
const std::string & | suffix = std::string() |
||
) |
Definition at line 200 of file rheostream.cc.
|
virtual |
Definition at line 205 of file rheostream.cc.
void open | ( | const std::string & | name, |
const std::string & | suffix = std::string() |
||
) |
Definition at line 162 of file rheostream.cc.
void close | ( | ) |
Definition at line 192 of file rheostream.cc.
|
protected |
Definition at line 188 of file rheostream.h.