basic_directory_entry 클래스
Describes an object that is returned by *X, where X is a basic_directory_iterator or a basic_recursive_directory_iterator.
template<class Path>
class basic_directory_entry;
설명
The class stores an object of template type Path. Path 는 basic_path 또는 basic_path에서 파생된 형식 중 하나일 수 있습니다. It also stores two file_type values; one that represents what is known about the status of the stored file name, and another that represents what is known about the symbolic link status of the file name.
멤버
공용 Typedefs
Name |
설명 |
---|---|
basic_directory_entry::path_type |
A synonym for template type Path. |
basic_directory_entry::string_type |
이 Path::string_type 의 동의어입니다. |
Public 생성자
Name |
설명 |
---|---|
basic_directory_entry 개체를 생성합니다. |
Public 메서드
Name |
설명 |
---|---|
Stores a specified Path object. |
|
Retrieves the stored Path object. |
|
저장된 leaf 값을 대체하고 저장된 파일 이름의 상태를 업데이트 합니다. |
|
Retrieves the file name status. |
|
Retrieves the file name symbolic link status. |
Public 연산자
Name |
설명 |
---|---|
Retrieves the stored Path object. |
|
Determines whether a specified Path object is not equal to the stored Path object. |
|
Determines whether the stored Path object is less than a specified Path object. |
|
Determines whether the stored Path object is less than or equal to a specified Path object. |
|
Stores a specified Path object. |
|
Determines whether a specified Path object is equal to the stored Path object. |
|
Determines whether the stored Path object is greater than a specified Path object. |
|
Determines whether the stored Path object is greater than or equal to a specified Path object. |
상속 계층
basic_directory_entry
요구 사항
헤더: filesystem
Namespace: std::tr2::sys