GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::experimental::filesystem::directory_entry(3) C++ Standard Libary std::experimental::filesystem::directory_entry(3)

std::experimental::filesystem::directory_entry - std::experimental::filesystem::directory_entry


Defined in header <experimental/filesystem>
class directory_entry; (filesystem TS)


Represents a directory entry. The objects stores a path and two file_status objects:
one for file status and the second for the pointed-to file status if the directory
entry refers to a symbolic link.


constructor constructs a directory entry
(public member function)
destructor default destructor
(public member function)


operator= assigns contents
(public member function)
assign assigns contents
(public member function)
replace_filename sets the filename
(public member function)


path returns the path the entry refers to
operator const path& (public member function)
cached status of the file designated by this directory entry
status cached symlink_status of the file designated by this directory
symlink_status entry
(public member function)
operator==
operator!=
operator< compares two directory entries
operator<= (public member function)
operator>
operator>=

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.