Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
zipfile.h File Reference
#include <memory>
#include <optional>
#include <string>
#include "absl/strings/string_view.h"

Go to the source code of this file.

Classes

struct  zipfile::ZipFileOptions
 
class  zipfile::ZipArchive
 

Namespaces

namespace  zipfile
 

Enumerations

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

Functions

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