Eclipse SUMO - Simulation of Urban MObility
|
Namespaces | |
namespace | detail |
Data Structures | |
class | Exception |
Exception class thrown by failed operations. More... | |
class | fstream |
class | ifstream |
class | ofstream |
Functions | |
static std::string | strerror () |
std::string | trim_to_null (const std::vector< char > &buff) |
This namespace defines wrappers for std::ifstream, std::ofstream, and std::fstream objects. The wrappers perform the following steps:
|
static |
Overload of error-reporting function, to enable use with VS and non-GNU POSIX libc's Ref:
Definition at line 54 of file strict_fstream.hpp.
References trim_to_null().
Referenced by strict_fstream::detail::static_method_holder::check_open(), and strict_fstream::detail::static_method_holder::check_peek().
|
inline |
Definition at line 37 of file strict_fstream.hpp.
Referenced by strerror().