RINGMesh  Version 5.0.0
A programming library for geological model meshes
RINGMesh::ZipFile::Impl Class Reference

Public Member Functions

 Impl (const std::string &filename)
 
 ~Impl ()
 
void add_file (const std::string &filename)
 

Private Attributes

zipFile zip_file_ { nullptr }
 

Detailed Description

Definition at line 55 of file zip_file.cpp.

Constructor & Destructor Documentation

◆ Impl()

RINGMesh::ZipFile::Impl::Impl ( const std::string &  filename)
inline

Definition at line 58 of file zip_file.cpp.

◆ ~Impl()

RINGMesh::ZipFile::Impl::~Impl ( )
inline

Definition at line 68 of file zip_file.cpp.

Member Function Documentation

◆ add_file()

void RINGMesh::ZipFile::Impl::add_file ( const std::string &  filename)
inline

Definition at line 73 of file zip_file.cpp.

Member Data Documentation

◆ zip_file_

zipFile RINGMesh::ZipFile::Impl::zip_file_ { nullptr }
private

Definition at line 90 of file zip_file.cpp.


The documentation for this class was generated from the following file: