struct mrpt::io::CFileGZOutputStream::Impl

struct Impl
{
    //
fields

    gzFile f = nullptr;
    std::string filename;
};