Eclipse SUMO - Simulation of Urban MObility
|
#include <zstr.hpp>
Public Member Functions | |
void | close () |
std::streampos | compressed_tellp () |
ofstream & | flush () |
bool | is_open () const |
ofstream () | |
ofstream (const std::string filename, std::ios_base::openmode mode=std::ios_base::out, int level=Z_DEFAULT_COMPRESSION, size_t buff_size=default_buff_size) | |
void | open (const std::string filename, std::ios_base::openmode mode=std::ios_base::out, int level=Z_DEFAULT_COMPRESSION) |
virtual | ~ofstream () |
Private Attributes | |
strict_fstream::ofstream | _fs |
|
inlineexplicit |
|
inlinevirtual |
Definition at line 488 of file zstr.hpp.
References zstr::detail::strict_fstream_holder< strict_fstream::ofstream >::_fs, and close().
|
inline |
Definition at line 469 of file zstr.hpp.
References zstr::detail::strict_fstream_holder< strict_fstream::ofstream >::_fs.
Referenced by ~ofstream().
|
inline |
Definition at line 495 of file zstr.hpp.
References zstr::detail::strict_fstream_holder< strict_fstream::ofstream >::_fs.
|
inline |
Definition at line 483 of file zstr.hpp.
References zstr::detail::strict_fstream_holder< strict_fstream::ofstream >::_fs.
Referenced by open().
|
inline |
Definition at line 480 of file zstr.hpp.
References zstr::detail::strict_fstream_holder< strict_fstream::ofstream >::_fs.
|
inline |
Definition at line 474 of file zstr.hpp.
References zstr::detail::strict_fstream_holder< strict_fstream::ofstream >::_fs, zstr::default_buff_size, flush(), and strict_fstream::ofstream::open().