Rheolef  7.1
an efficient C++ finite element environment
irheostream
+ 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
 

Detailed Description

Definition at line 174 of file rheostream.h.

Constructor & Destructor Documentation

◆ irheostream() [1/2]

Definition at line 176 of file rheostream.h.

◆ irheostream() [2/2]

irheostream ( const std::string &  name,
const std::string &  suffix = std::string() 
)

Definition at line 196 of file rheostream.cc.

◆ ~irheostream()

~irheostream ( )
virtual

Definition at line 201 of file rheostream.cc.

Member Function Documentation

◆ open()

void open ( const std::string &  name,
const std::string &  suffix = std::string() 
)

Definition at line 158 of file rheostream.cc.

◆ close()

void close ( )

Definition at line 188 of file rheostream.cc.

Member Data Documentation

◆ _ifs

std::ifstream _ifs
protected

Definition at line 183 of file rheostream.h.


The documentation for this class was generated from the following files: