Eclipse SUMO - Simulation of Urban MObility
|
Static Public Member Functions | |
static void | check_mode (const std::string &filename, std::ios_base::openmode mode) |
static void | check_open (std::ios *s_p, const std::string &filename, std::ios_base::openmode mode) |
static void | check_peek (std::istream *is_p, const std::string &filename, std::ios_base::openmode mode) |
static std::string | mode_to_string (std::ios_base::openmode mode) |
Definition at line 96 of file strict_fstream.hpp.
|
inlinestatic |
Definition at line 132 of file strict_fstream.hpp.
Referenced by strict_fstream::ifstream::open(), strict_fstream::fstream::open(), and strict_fstream::ofstream::open().
|
inlinestatic |
Definition at line 147 of file strict_fstream.hpp.
References mode_to_string(), and strict_fstream::strerror().
Referenced by strict_fstream::ifstream::open(), strict_fstream::fstream::open(), and strict_fstream::ofstream::open().
|
inlinestatic |
Definition at line 156 of file strict_fstream.hpp.
References mode_to_string(), and strict_fstream::strerror().
Referenced by strict_fstream::ifstream::open(), and strict_fstream::fstream::open().
|
inlinestatic |
Definition at line 98 of file strict_fstream.hpp.
Referenced by check_open(), and check_peek().