Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::experi...ctory_entry(3)  C++ Standard Libary std::experi...ctory_entry(3)

NAME
       std::experimental::filesystem::directory_entry	  -    std::experimen-
       tal::filesystem::directory_entry

Synopsis
	  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.

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

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

Observers
	  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>=

http://cppreference.com		  2022.07.31	  std::experi...ctory_entry(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::filesystem::directory_entry&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help