| Technical Specification | ||||
| Filesystem library(filesystem TS) | ||||
| Library fundamentals(library fundamentals TS) | ||||
| Library fundamentals 2(library fundamentals TS v2) | ||||
| Library fundamentals 3(library fundamentals TS v3) | ||||
| Extensions for parallelism(parallelism TS) | ||||
| Extensions for parallelism 2(parallelism TS v2) | ||||
| Extensions for concurrency(concurrency TS) | ||||
| Extensions for concurrency 2(concurrency TS v2) | ||||
| Concepts(concepts TS) | ||||
| Ranges(ranges TS) | ||||
| Reflection(reflection TS) | ||||
| Mathematical special functions(special functions TR) | ||||
| Experimental Non-TS | ||||
| Pattern Matching | ||||
| Linear Algebra | ||||
| std::execution | ||||
| Contracts | ||||
| 2D Graphics |
| Classes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| File types | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Defined in header <experimental/filesystem> | ||
class directory_entry; | (filesystem TS) | |
Represents a directory entry. The objects stores apath and twofile_status objects: one for file status and the second for the pointed-to file status if the directory entry refers to a symbolic link.
| constructs a directory entry (public member function)[edit] | |
(destructor) | default destructor (public member function)[edit] |
Modifiers | |
| assigns contents (public member function)[edit] | |
| assigns contents (public member function)[edit] | |
| sets the filename (public member function)[edit] | |
Observers | |
| returns the path the entry refers to (public member function)[edit] | |
| cached status of the file designated by this directory entry cached symlink_status of the file designated by this directory entry (public member function)[edit] | |
| compares two directory entries (public member function)[edit] | |