Eclipse SUMO - Simulation of Urban MObility
strict_fstream::fstream Class Reference

#include <strict_fstream.hpp>

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

Public Member Functions

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

Detailed Description

Definition at line 216 of file strict_fstream.hpp.

Constructor & Destructor Documentation

◆ fstream() [1/2]

strict_fstream::fstream::fstream ( )
default

◆ fstream() [2/2]

strict_fstream::fstream::fstream ( const std::string &  filename,
std::ios_base::openmode  mode = std::ios_base::in 
)
inline

Definition at line 221 of file strict_fstream.hpp.

References open().

Member Function Documentation

◆ open()

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

Definition at line 225 of file strict_fstream.hpp.

References strict_fstream::detail::static_method_holder::check_mode(), strict_fstream::detail::static_method_holder::check_open(), and strict_fstream::detail::static_method_holder::check_peek().

Referenced by fstream().

Here is the caller graph for this function:

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