Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
filesystem.cc File Reference
#include "ortools/base/filesystem.h"
#include <algorithm>
#include <exception>
#include <filesystem>
#include <regex>
#include <string>
#include <string_view>
#include <system_error>
#include <vector>
#include "absl/status/status.h"
#include "absl/strings/str_replace.h"
#include "ortools/base/file.h"

Go to the source code of this file.

Namespaces

namespace  file

Macros

#define SV_ABSL_TO_STD(X)

Functions

absl::Status file::Match (std::string_view pattern, std::vector< std::string > *result, const file::Options &options)
absl::Status file::IsDirectory (std::string_view path, const file::Options &options)
absl::Status file::RecursivelyCreateDir (std::string_view path, const file::Options &options)

Macro Definition Documentation

◆ SV_ABSL_TO_STD

#define SV_ABSL_TO_STD ( X)
Value:
std::string(X)

Definition at line 35 of file filesystem.cc.