Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
zipfile::ZipArchive Class Reference

Detailed Description

Definition at line 148 of file zipfile.h.

#include <zipfile.h>

Public Member Functions

 ZipArchive (absl::string_view path, const ZipFileOptions &options)
 ZipArchive (const ZipArchive &)=delete
ZipArchiveoperator= (const ZipArchive &)=delete
const std::string & filename () const
 ~ZipArchive ()

Constructor & Destructor Documentation

◆ ZipArchive() [1/2]

zipfile::ZipArchive::ZipArchive ( absl::string_view path,
const ZipFileOptions & options )

Definition at line 39 of file zipfile.cc.

◆ ZipArchive() [2/2]

zipfile::ZipArchive::ZipArchive ( const ZipArchive & )
delete

◆ ~ZipArchive()

zipfile::ZipArchive::~ZipArchive ( )

Definition at line 42 of file zipfile.cc.

Member Function Documentation

◆ filename()

const std::string & zipfile::ZipArchive::filename ( ) const
inline

Definition at line 160 of file zipfile.h.

◆ operator=()

ZipArchive & zipfile::ZipArchive::operator= ( const ZipArchive & )
delete

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