LLVM API Documentation
#include <FileSystem.h>
Public Member Functions | |
| directory_entry (const Twine &path, file_status st=file_status()) | |
| directory_entry () | |
| 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 699 of file FileSystem.h.
| llvm::sys::fs::directory_entry::directory_entry | ( | const Twine & | path, |
| file_status | st = file_status() |
||
| ) | [inline, explicit] |
Definition at line 704 of file FileSystem.h.
| llvm::sys::fs::directory_entry::directory_entry | ( | ) | [inline] |
Definition at line 708 of file FileSystem.h.
| void llvm::sys::fs::directory_entry::assign | ( | const Twine & | path, |
| file_status | st = file_status() |
||
| ) | [inline] |
Definition at line 710 of file FileSystem.h.
| bool llvm::sys::fs::directory_entry::operator!= | ( | const directory_entry & | rhs | ) | const [inline] |
Definition at line 721 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 |
| bool llvm::sys::fs::directory_entry::operator== | ( | const directory_entry & | rhs | ) | const [inline] |
Definition at line 720 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 |
| const std::string& llvm::sys::fs::directory_entry::path | ( | ) | const [inline] |
Definition at line 717 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 891 of file Path.cpp.
References llvm::sys::path::append(), llvm::sys::path::remove_filename(), and llvm::StringRef::str().
| std::error_code llvm::sys::fs::directory_entry::status | ( | file_status & | result | ) | const |
Definition at line 1058 of file Path.cpp.
References llvm::sys::fs::status().