![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
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< ZipArchive > | OpenZipArchive (absl::string_view path, const ZipFileOptions &options) |
| std::shared_ptr< ZipArchive > | OpenZipArchive (absl::string_view path) |
|
strong |
|
inline |
| std::shared_ptr< ZipArchive > zipfile::OpenZipArchive | ( | absl::string_view | path, |
| const ZipFileOptions & | options ) |
Definition at line 32 of file zipfile.cc.