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

#include <zip_file.h>

Classes

class  Impl
 

Public Member Functions

 UnZipFile (const std::string &filename)
 
 ~UnZipFile ()
 
void start_extract ()
 
void get_current_file ()
 
std::string get_current_filename ()
 
bool next_file ()
 
void get_file (const std::string &filename)
 

Private Member Functions

 IMPLEMENTATION_MEMBER (impl_)
 

Detailed Description

Definition at line 61 of file zip_file.h.

Constructor & Destructor Documentation

◆ UnZipFile()

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

Definition at line 205 of file zip_file.cpp.

◆ ~UnZipFile()

RINGMesh::UnZipFile::~UnZipFile ( )

Definition at line 209 of file zip_file.cpp.

Member Function Documentation

◆ get_current_file()

void RINGMesh::UnZipFile::get_current_file ( )

Definition at line 223 of file zip_file.cpp.

◆ get_current_filename()

std::string RINGMesh::UnZipFile::get_current_filename ( )

Definition at line 228 of file zip_file.cpp.

◆ get_file()

void RINGMesh::UnZipFile::get_file ( const std::string &  filename)

Definition at line 213 of file zip_file.cpp.

◆ IMPLEMENTATION_MEMBER()

RINGMesh::UnZipFile::IMPLEMENTATION_MEMBER ( impl_  )
private

◆ next_file()

bool RINGMesh::UnZipFile::next_file ( )

Definition at line 233 of file zip_file.cpp.

◆ start_extract()

void RINGMesh::UnZipFile::start_extract ( )

Definition at line 218 of file zip_file.cpp.


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