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

#include <zip_file.h>

Classes

class  Impl
 

Public Member Functions

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

Private Member Functions

 IMPLEMENTATION_MEMBER (impl_)
 

Detailed Description

Definition at line 49 of file zip_file.h.

Constructor & Destructor Documentation

◆ ZipFile()

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

Definition at line 93 of file zip_file.cpp.

◆ ~ZipFile()

RINGMesh::ZipFile::~ZipFile ( )

Definition at line 97 of file zip_file.cpp.

Member Function Documentation

◆ add_file()

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

Definition at line 101 of file zip_file.cpp.

◆ IMPLEMENTATION_MEMBER()

RINGMesh::ZipFile::IMPLEMENTATION_MEMBER ( impl_  )
private

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