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

#include <strict_fstream.hpp>

Inheritance diagram for strict_fstream::ifstream:
Collaboration diagram for strict_fstream::ifstream:

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 147 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 152 of file strict_fstream.hpp.

Member Function Documentation

◆ open()

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

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