libstdc++: std::filesystem::file_status Class Reference (original) (raw)

#include <[filesystem](a00086%5Fsource.html)>

Public Member Functions
file_status (const file_status &) noexcept=default
file_status (file_status &&) noexcept=default
file_status (file_type __ft, perms __prms=perms::unknown) noexcept
file_status & operator= (const file_status &) noexcept=default
file_status & operator= (file_status &&) noexcept=default
perms permissions () const noexcept
void permissions (perms __prms) noexcept
file_type type () const noexcept
void type (file_type __ft) noexcept

Information about a file's type and permissions.

Since

C++17

Definition at line 59 of file bits/fs_dir.h.

std::filesystem::file_status::file_status ( ) inlinenoexcept

file_status() [2/2]

std::filesystem::file_status::file_status ( file_type __ft, perms __prms = perms::unknown ) inlineexplicitnoexcept

permissions() [1/2]

perms std::filesystem::file_status::permissions ( ) const inlinenoexcept

permissions() [2/2]

void std::filesystem::file_status::permissions ( perms __prms) inlinenoexcept

type() [1/2]

file_type std::filesystem::file_status::type ( ) const inlinenoexcept

type() [2/2]

void std::filesystem::file_status::type ( file_type __ft) inlinenoexcept

The documentation for this class was generated from the following file: