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

Classes

struct  ZipFileOptions
class  ZipArchive

Enumerations

enum class  AccessPattern { ACCESS_NONE = 0 , ACCESS_NORMAL = 1 , ACCESS_RANDOM = 2 , ACCESS_SEQUENTIAL = 3 }

Functions

std::shared_ptr< ZipArchiveOpenZipArchive (absl::string_view path, const ZipFileOptions &options)
std::shared_ptr< ZipArchiveOpenZipArchive (absl::string_view path)

Enumeration Type Documentation

◆ AccessPattern

enum class zipfile::AccessPattern
strong
Enumerator
ACCESS_NONE 
ACCESS_NORMAL 
ACCESS_RANDOM 
ACCESS_SEQUENTIAL 

Definition at line 80 of file zipfile.h.

Function Documentation

◆ OpenZipArchive() [1/2]

std::shared_ptr< ZipArchive > zipfile::OpenZipArchive ( absl::string_view path)
inline

Definition at line 138 of file zipfile.h.

◆ OpenZipArchive() [2/2]

std::shared_ptr< ZipArchive > zipfile::OpenZipArchive ( absl::string_view path,
const ZipFileOptions & options )

Definition at line 32 of file zipfile.cc.