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

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

Inheritance diagram for ghc::filesystem::filesystem_error:

Public Member Functions

 filesystem_error (const std::string &what_arg, std::error_code ec)
 
 filesystem_error (const std::string &what_arg, const path &p1, std::error_code ec)
 
 filesystem_error (const std::string &what_arg, const path &p1, const path &p2, std::error_code ec)
 
const pathpath1 () const noexcept
 
const pathpath2 () const noexcept
 
const char * what () const noexcept override
 

Constructor & Destructor Documentation

◆ filesystem_error() [1/3]

GHC_INLINE ghc::filesystem::filesystem_error::filesystem_error ( const std::string &  what_arg,
std::error_code  ec 
)

◆ filesystem_error() [2/3]

GHC_INLINE ghc::filesystem::filesystem_error::filesystem_error ( const std::string &  what_arg,
const path p1,
std::error_code  ec 
)

◆ filesystem_error() [3/3]

GHC_INLINE ghc::filesystem::filesystem_error::filesystem_error ( const std::string &  what_arg,
const path p1,
const path p2,
std::error_code  ec 
)

Member Function Documentation

◆ path1()

GHC_INLINE const path & ghc::filesystem::filesystem_error::path1 ( ) const
noexcept

◆ path2()

GHC_INLINE const path & ghc::filesystem::filesystem_error::path2 ( ) const
noexcept

◆ what()

GHC_INLINE const char * ghc::filesystem::filesystem_error::what ( ) const
overridenoexcept

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