struct mrpt::io::CFileGZInputStream::Impl

struct Impl
{
    //
fields

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