StormByte C++ Library: System module 0.0.9999
StormByte-System is a StormByte library module for encapsulating different process handling over different operating system's complexities
Loading...
Searching...
No Matches
StormByte::System::FileIOError Member List

This is the complete list of members for StormByte::System::FileIOError, including all inherited members.

Exception(const std::string &message)StormByte::System::Exception
Exception(const Exception &)=defaultStormByte::System::Exception
Exception(Exception &&) noexcept=defaultStormByte::System::Exception
FileIOError(const std::filesystem::path &file, const Operation &operation)StormByte::System::FileIOError
FileIOError(const FileIOError &)=defaultStormByte::System::FileIOError
FileIOError(FileIOError &&) noexcept=defaultStormByte::System::FileIOError
Operation enum nameStormByte::System::FileIOError
operation_to_string(const Operation &op) noexceptStormByte::System::FileIOErrorinlinestatic
operator=(const FileIOError &)=defaultStormByte::System::FileIOError
operator=(FileIOError &&)=defaultStormByte::System::FileIOError
StormByte::System::Exception::operator=(const Exception &)=defaultStormByte::System::Exception
StormByte::System::Exception::operator=(Exception &&) noexcept=defaultStormByte::System::Exception
~Exception() noexcept override=defaultStormByte::System::Exceptionvirtual
~FileIOError() noexcept override=defaultStormByte::System::FileIOError