|
LLVM
4.0.0
|
directory_entry - A single entry in a directory. More...
#include <FileSystem.h>
Public Member Functions | |
| directory_entry (const Twine &path, file_status st=file_status()) | |
| directory_entry ()=default | |
| void | assign (const Twine &path, file_status st=file_status()) |
| void | replace_filename (const Twine &filename, file_status st=file_status()) |
| const std::string & | path () const |
| std::error_code | status (file_status &result) const |
| bool | operator== (const directory_entry &rhs) const |
| bool | operator!= (const directory_entry &rhs) const |
| bool | operator< (const directory_entry &rhs) const |
| bool | operator<= (const directory_entry &rhs) const |
| bool | operator> (const directory_entry &rhs) const |
| bool | operator>= (const directory_entry &rhs) const |
directory_entry - A single entry in a directory.
Caches the status either from the result of the iteration syscall, or the first time status is called.
Definition at line 736 of file FileSystem.h.
|
inlineexplicit |
Definition at line 741 of file FileSystem.h.
|
default |
|
inline |
Definition at line 747 of file FileSystem.h.
References llvm::Twine::str().
|
inline |
Definition at line 758 of file FileSystem.h.
| bool llvm::sys::fs::directory_entry::operator< | ( | const directory_entry & | rhs | ) | const |
| bool llvm::sys::fs::directory_entry::operator<= | ( | const directory_entry & | rhs | ) | const |
|
inline |
Definition at line 757 of file FileSystem.h.
| bool llvm::sys::fs::directory_entry::operator> | ( | const directory_entry & | rhs | ) | const |
| bool llvm::sys::fs::directory_entry::operator>= | ( | const directory_entry & | rhs | ) | const |
|
inline |
Definition at line 754 of file FileSystem.h.
Referenced by llvm::sys::fs::directory_iterator::directory_iterator().
| void llvm::sys::fs::directory_entry::replace_filename | ( | const Twine & | filename, |
| file_status | st = file_status() |
||
| ) |
Definition at line 986 of file Path.cpp.
References llvm::sys::path::append(), llvm::sys::path::parent_path(), and llvm::SmallString< InternalLen >::str().
| std::error_code llvm::sys::fs::directory_entry::status | ( | file_status & | result | ) | const |
Definition at line 1164 of file Path.cpp.
References llvm::sys::fs::status().
1.8.6