Eclipse SUMO - Simulation of Urban MObility
|
#include <cassert>
#include <fstream>
#include <sstream>
#include <zlib.h>
#include <memory>
#include <iostream>
#include "strict_fstream.hpp"
Go to the source code of this file.
Data Structures | |
struct | zstr::detail::strict_fstream_holder< FStream_Type > |
class | zstr::detail::z_stream_wrapper |
class | zstr::Exception |
Exception class thrown by failed zlib operations. More... | |
class | zstr::ifstream |
class | zstr::istream |
class | zstr::istreambuf |
class | zstr::ofstream |
class | zstr::ostream |
class | zstr::ostreambuf |
Namespaces | |
namespace | zstr |
namespace | zstr::detail |
Macros | |
#define | CAN_MOVE_IOSTREAM |
Variables | |
static const std::size_t | zstr::default_buff_size = static_cast<std::size_t>(1 << 20) |