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

#include <strict_fstream.hpp>

Inheritance diagram for strict_fstream::ofstream:
Collaboration diagram for strict_fstream::ofstream:

Public Member Functions

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

Detailed Description

Definition at line 167 of file strict_fstream.hpp.

Constructor & Destructor Documentation

◆ ofstream() [1/2]

strict_fstream::ofstream::ofstream ( )
default

◆ ofstream() [2/2]

strict_fstream::ofstream::ofstream ( const std::string &  filename,
std::ios_base::openmode  mode = std::ios_base::out 
)
inline

Definition at line 172 of file strict_fstream.hpp.

References open().

Member Function Documentation

◆ open()

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

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