OR-Tools  9.6
ZipArchive

Detailed Description

Definition at line 148 of file 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]

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

Definition at line 39 of file zipfile.cc.

◆ ZipArchive() [2/2]

ZipArchive ( const ZipArchive )
delete

◆ ~ZipArchive()

~ZipArchive ( )

Definition at line 42 of file zipfile.cc.

Member Function Documentation

◆ filename()

const std::string& filename ( ) const
inline

Definition at line 160 of file zipfile.h.

◆ operator=()

ZipArchive& operator= ( const ZipArchive )
delete

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