Doxygen
|
#include <dir.h>
类 | |
struct | Private |
Public 成员函数 | |
~DirEntry () | |
bool | is_directory () const |
bool | is_regular_file () const |
bool | is_symlink () const |
std::string | path () const |
Private 成员函数 | |
DirEntry () | |
Private 属性 | |
std::unique_ptr< Private > | p |
友元 | |
class | DirIterator |
bool DirEntry::is_directory | ( | ) | const |
bool DirEntry::is_regular_file | ( | ) | const |
bool DirEntry::is_symlink | ( | ) | const |
std::string DirEntry::path | ( | ) | const |
|
friend |
|
private |
被这些函数引用 is_directory(), is_regular_file(), is_symlink() , 以及 path().