![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <zstr.hpp>
Public Member Functions | |
| void | close () |
| std::streampos | compressed_tellg () |
| Return the position within the compressed file (wrapped filestream). | |
| ifstream () | |
| ifstream (const std::string filename, std::ios_base::openmode mode=std::ios_base::in, size_t buff_size=default_buff_size) | |
| bool | is_open () const |
| void | open (const std::string filename, std::ios_base::openmode mode=std::ios_base::in) |
| virtual | ~ifstream () |
Private Attributes | |
| strict_fstream::ifstream | _fs |
|
inlineexplicit |
Definition at line 425 of file zstr.hpp.
References zstr::detail::strict_fstream_holder< strict_fstream::ifstream >::_fs, zstr::default_buff_size, ifstream(), and zstr::detail::strict_fstream_holder< strict_fstream::ifstream >::strict_fstream_holder().
Referenced by ifstream(), and ifstream().
|
inlineexplicit |
Definition at line 431 of file zstr.hpp.
References zstr::detail::strict_fstream_holder< strict_fstream::ifstream >::_fs, ifstream(), and zstr::detail::strict_fstream_holder< strict_fstream::ifstream >::strict_fstream_holder().
|
inlinevirtual |
Definition at line 444 of file zstr.hpp.
References zstr::detail::strict_fstream_holder< strict_fstream::ifstream >::_fs, and close().
|
inline |
Definition at line 432 of file zstr.hpp.
References zstr::detail::strict_fstream_holder< strict_fstream::ifstream >::_fs.
Referenced by ~ifstream().
|
inline |
Return the position within the compressed file (wrapped filestream).
Definition at line 451 of file zstr.hpp.
References zstr::detail::strict_fstream_holder< strict_fstream::ifstream >::_fs.
|
inline |
Definition at line 441 of file zstr.hpp.
References zstr::detail::strict_fstream_holder< strict_fstream::ifstream >::_fs.
|
inline |
Definition at line 436 of file zstr.hpp.
References zstr::detail::strict_fstream_holder< strict_fstream::ifstream >::_fs.
|
inherited |
Definition at line 415 of file zstr.hpp.
Referenced by zstr::ifstream::close(), zstr::ifstream::compressed_tellg(), zstr::ifstream::ifstream(), zstr::ifstream::ifstream(), zstr::ifstream::is_open(), zstr::ifstream::open(), and zstr::ifstream::~ifstream().