![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <cassert>
#include <fstream>
#include <cstring>
#include <string>
Go to the source code of this file.
Data Structures | |
struct | strict_fstream::detail::static_method_holder |
class | strict_fstream::Exception |
Exception class thrown by failed operations. More... | |
class | strict_fstream::fstream |
class | strict_fstream::ifstream |
class | strict_fstream::ofstream |
Namespaces | |
strict_fstream | |
strict_fstream::detail | |
Macros | |
#define | __STDC_WANT_LIB_EXT1__ 1 |
#define | NOEXCEPT noexcept |
Functions | |
static std::string | strict_fstream::strerror () |
#define __STDC_WANT_LIB_EXT1__ 1 |
Definition at line 4 of file strict_fstream.hpp.
#define NOEXCEPT noexcept |
Definition at line 11 of file strict_fstream.hpp.