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

#include <filesystem.hpp>

Inheritance diagram for ghc::filesystem::filesystem_error:
Collaboration 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::filesystem::filesystem_error::filesystem_error ( const std::string &  what_arg,
std::error_code  ec 
)
inline

◆ filesystem_error() [2/3]

ghc::filesystem::filesystem_error::filesystem_error ( const std::string &  what_arg,
const path p1,
std::error_code  ec 
)
inline
Here is the call graph for this function:

◆ filesystem_error() [3/3]

ghc::filesystem::filesystem_error::filesystem_error ( const std::string &  what_arg,
const path p1,
const path p2,
std::error_code  ec 
)
inline
Here is the call graph for this function:

Member Function Documentation

◆ path1()

const path & ghc::filesystem::filesystem_error::path1 ( ) const
inlinenoexcept

◆ path2()

const path & ghc::filesystem::filesystem_error::path2 ( ) const
inlinenoexcept

◆ what()

const char * ghc::filesystem::filesystem_error::what ( ) const
inlineoverridenoexcept

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