Namespaces
Variants

std::experimental::filesystem:: directory_entry

From cppreference.net
ヘッダーで定義 <experimental/filesystem>
class directory_entry ;
(filesystem TS)

ディレクトリエントリを表します。このオブジェクトは path と2つの file_status オブジェクトを格納します:1つはファイルステータスのため、もう1つはディレクトリエントリがシンボリックリンクを参照している場合の指し示す先のファイルステータスのためです。

メンバー関数

ディレクトリエントリを構築する
(public member function)
(destructor)
デフォルトデストラクタ
(public member function)
修飾子
内容を代入する
(public member function)
内容を代入する
(public member function)
ファイル名を設定する
(public member function)
オブザーバ
エントリが参照するパスを返す
(public member function)
このディレクトリエントリによって指定されるファイルのキャッシュされたステータス
このディレクトリエントリによって指定されるファイルのキャッシュされたシンボリックリンクステータス
(public member function)
2つのディレクトリエントリを比較する
(public member function)