Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
strict_fstream::ifstream Class Reference

#include <strict_fstream.hpp>

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

Public Member Functions

 ifstream ()=default
 ifstream (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 177 of file strict_fstream.hpp.

Constructor & Destructor Documentation

◆ ifstream() [1/2]

strict_fstream::ifstream::ifstream ( )
default

◆ ifstream() [2/2]

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

Definition at line 182 of file strict_fstream.hpp.

References open().

Member Function Documentation

◆ open()

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

Definition at line 186 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 ifstream().

Here is the caller graph for this function:

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