Eclipse SUMO - Simulation of Urban MObility
zstr::detail::strict_fstream_holder< FStream_Type > Struct Template Reference

#include <zstr.hpp>

Public Member Functions

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

Data Fields

FStream_Type _fs {}
 

Detailed Description

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

Definition at line 408 of file zstr.hpp.

Constructor & Destructor Documentation

◆ strict_fstream_holder() [1/2]

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 410 of file zstr.hpp.

◆ strict_fstream_holder() [2/2]

template<typename FStream_Type >
zstr::detail::strict_fstream_holder< FStream_Type >::strict_fstream_holder ( )
default

Field Documentation

◆ _fs

template<typename FStream_Type >
FStream_Type zstr::detail::strict_fstream_holder< FStream_Type >::_fs {}

Definition at line 414 of file zstr.hpp.


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