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 |
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 792 of file FileSystem.h.
|
inlineexplicit |
Definition at line 797 of file FileSystem.h.
|
inline |
Definition at line 801 of file FileSystem.h.
|
inline |
Definition at line 803 of file FileSystem.h.
References llvm::Twine::str().
|
inline |
Definition at line 814 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 813 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 810 of file FileSystem.h.
Referenced by llvm::sys::fs::directory_iterator::directory_iterator(), and replace_filename().
void llvm::sys::fs::directory_entry::replace_filename | ( | const Twine & | filename, |
file_status | st = file_status() |
||
) |
Definition at line 819 of file Path.cpp.
References llvm::sys::path::append(), path(), and llvm::sys::path::remove_filename().
error_code llvm::sys::fs::directory_entry::status | ( | file_status & | result | ) | const |
Definition at line 1025 of file Path.cpp.
References llvm::sys::fs::status().