![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 24 of file temp_path.h.
#include <temp_path.h>
Public Types | |
| enum | Location { Local } |
Public Member Functions | |
| TempPath (absl::string_view prefix) | |
| TempPath (absl::string_view prefix, absl::Status *status) | |
| TempPath (TempPath &&rhs) | |
| TempPath (const TempPath &rhs)=delete | |
| TempPath & | operator= (TempPath &&rhs) |
| TempPath & | operator= (const TempPath &rhs)=delete |
| ~TempPath () | |
| std::string | path () const |
Static Public Member Functions | |
| static TempPath * | Create (Location location) |
Static Public Attributes | |
| static constexpr int | kDefaultMode = 0777 |
| enum TempPath::Location |
| Enumerator | |
|---|---|
| Local | |
Definition at line 43 of file temp_path.h.
|
explicit |
Definition at line 37 of file temp_path.cc.
| TempPath::TempPath | ( | absl::string_view | prefix, |
| absl::Status * | status ) |
Definition at line 41 of file temp_path.cc.
| TempPath::TempPath | ( | TempPath && | rhs | ) |
Definition at line 46 of file temp_path.cc.
|
delete |
| TempPath::~TempPath | ( | ) |
Definition at line 54 of file temp_path.cc.
Definition at line 56 of file temp_path.cc.
Definition at line 48 of file temp_path.cc.
|
inline |
Definition at line 41 of file temp_path.h.
|
staticconstexpr |
Definition at line 27 of file temp_path.h.