MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
zstr::detail::strict_fstream_holder< FStream_Type > Struct Template Reference

#include <zstr.hpp>

Collaboration diagram for zstr::detail::strict_fstream_holder< FStream_Type >:
[legend]

Public Member Functions

 strict_fstream_holder (const std::string &filename, std::ios_base::openmode mode=std::ios_base::in)
 

Public Attributes

FStream_Type fs_
 

Detailed Description

template<typename FStream_Type>
struct zstr::detail::strict_fstream_holder< FStream_Type >

Definition at line 650 of file zstr.hpp.

Constructor & Destructor Documentation

template<typename FStream_Type>
zstr::detail::strict_fstream_holder< FStream_Type >::strict_fstream_holder ( const std::string &  filename,
std::ios_base::openmode  mode = std::ios_base::in 
)
inline

Definition at line 652 of file zstr.hpp.

Member Data Documentation

template<typename FStream_Type>
FStream_Type zstr::detail::strict_fstream_holder< FStream_Type >::fs_

Definition at line 657 of file zstr.hpp.


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