sisi4s
Loading...
Searching...
No Matches
ghc::filesystem::file_status Class Reference

#include <filesystem.hpp>

Collaboration diagram for ghc::filesystem::file_status:

Public Member Functions

 file_status () noexcept
 
 file_status (file_type ft, perms prms=perms::unknown) noexcept
 
 file_status (const file_status &) noexcept
 
 file_status (file_status &&) noexcept
 
 ~file_status ()
 
file_statusoperator= (const file_status &) noexcept
 
file_statusoperator= (file_status &&) noexcept
 
void type (file_type ft) noexcept
 
void permissions (perms prms) noexcept
 
file_type type () const noexcept
 
perms permissions () const noexcept
 

Friends

bool operator== (const file_status &lhs, const file_status &rhs) noexcept
 

Constructor & Destructor Documentation

◆ file_status() [1/4]

ghc::filesystem::file_status::file_status ( )
inlinenoexcept

◆ file_status() [2/4]

ghc::filesystem::file_status::file_status ( file_type  ft,
perms  prms = perms::unknown 
)
inlineexplicitnoexcept

◆ file_status() [3/4]

ghc::filesystem::file_status::file_status ( const file_status other)
inlinenoexcept

◆ file_status() [4/4]

ghc::filesystem::file_status::file_status ( file_status &&  other)
inlinenoexcept

◆ ~file_status()

ghc::filesystem::file_status::~file_status ( )
inline

Member Function Documentation

◆ operator=() [1/2]

file_status & ghc::filesystem::file_status::operator= ( const file_status rhs)
inlinenoexcept

◆ operator=() [2/2]

file_status & ghc::filesystem::file_status::operator= ( file_status &&  rhs)
inlinenoexcept

◆ permissions() [1/2]

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

◆ permissions() [2/2]

void ghc::filesystem::file_status::permissions ( perms  prms)
inlinenoexcept
Here is the caller graph for this function:

◆ type() [1/2]

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

◆ type() [2/2]

void ghc::filesystem::file_status::type ( file_type  ft)
inlinenoexcept
Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const file_status lhs,
const file_status rhs 
)
friend

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