LLVM: llvm::sys::fs::FileLocker Class Reference (original) (raw)
RAII class that facilitates file locking. More...
#include "[llvm/Support/FileSystem.h](FileSystem%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| FileLocker (const FileLocker &L)=delete | |
| FileLocker (FileLocker &&L) | |
| ~FileLocker () | |
| FileLocker & | operator= (FileLocker &&L) |
| FileLocker & | operator= (const FileLocker &L)=delete |
| std::error_code | unlock () |
| Friends | |
|---|---|
| class | llvm::raw_fd_ostream |
RAII class that facilitates file locking.
Definition at line 1237 of file FileSystem.h.
◆ FileLocker() [2/2]
| llvm::sys::fs::FileLocker::FileLocker ( FileLocker && L) | inline |
|---|
◆ ~FileLocker()
| llvm::sys::fs::FileLocker::~FileLocker ( ) | inline |
|---|
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ unlock()
| std::error_code llvm::sys::fs::FileLocker::unlock ( ) | inline |
|---|
◆ llvm::raw_fd_ostream
The documentation for this class was generated from the following file:
- include/llvm/Support/FileSystem.h