MFEM  v4.6.0
Finite element discretization library
Public Member Functions | List of all members
strict_fstream::ofstream Class Reference

#include <zstr.hpp>

Inheritance diagram for strict_fstream::ofstream:
[legend]
Collaboration diagram for strict_fstream::ofstream:
[legend]

Public Member Functions

 ofstream ()=default
 
 ofstream (const std::string &filename, std::ios_base::openmode mode=std::ios_base::out)
 
void open (const std::string &filename, std::ios_base::openmode mode=std::ios_base::out)
 

Detailed Description

Definition at line 219 of file zstr.hpp.

Constructor & Destructor Documentation

◆ ofstream() [1/2]

strict_fstream::ofstream::ofstream ( )
default

◆ ofstream() [2/2]

strict_fstream::ofstream::ofstream ( const std::string &  filename,
std::ios_base::openmode  mode = std::ios_base::out 
)
inline

Definition at line 224 of file zstr.hpp.

Member Function Documentation

◆ open()

void strict_fstream::ofstream::open ( const std::string &  filename,
std::ios_base::openmode  mode = std::ios_base::out 
)
inline

Definition at line 229 of file zstr.hpp.


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