WPILibC++ 2023.4.3
ghc::filesystem::file_status Class Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/ghc/include/wpi/ghc/filesystem.hpp>

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_INLINE ghc::filesystem::file_status::file_status ( )
noexcept

◆ file_status() [2/4]

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

◆ file_status() [3/4]

GHC_INLINE ghc::filesystem::file_status::file_status ( const file_status other)
noexcept

◆ file_status() [4/4]

GHC_INLINE ghc::filesystem::file_status::file_status ( file_status &&  other)
noexcept

◆ ~file_status()

GHC_INLINE ghc::filesystem::file_status::~file_status ( )

Member Function Documentation

◆ operator=() [1/2]

GHC_INLINE file_status & ghc::filesystem::file_status::operator= ( const file_status rhs)
noexcept

◆ operator=() [2/2]

GHC_INLINE file_status & ghc::filesystem::file_status::operator= ( file_status &&  rhs)
noexcept

◆ permissions() [1/2]

GHC_INLINE perms ghc::filesystem::file_status::permissions ( ) const
noexcept

◆ permissions() [2/2]

GHC_INLINE void ghc::filesystem::file_status::permissions ( perms  prms)
noexcept

◆ type() [1/2]

GHC_INLINE file_type ghc::filesystem::file_status::type ( ) const
noexcept

◆ type() [2/2]

GHC_INLINE void ghc::filesystem::file_status::type ( file_type  ft)
noexcept

Friends And Related Function Documentation

◆ operator==

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

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