StormByte C++ Library 1.2.0
StormByte is a comprehensive, cross-platform C++ library aimed at easing system programming, configuration management, logging, and database handling tasks. This library provides a unified API that abstracts away the complexities and inconsistencies of different platforms (Windows, Linux).
Loading...
Searching...
No Matches
StormByte::SystemError Member List

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

Exception(const std::string &message)StormByte::SystemErrorexplicit
Exception(std::string &&message)StormByte::SystemErrorexplicit
Exception(std::format_string< Args... > fmt, Args &&... args)StormByte::SystemErrorinline
Exception(Component component, std::format_string< Args... > fmt, Args &&... args)StormByte::SystemErrorinline
Exception(const Exception &e)StormByte::SystemError
Exception(Exception &&e) noexceptStormByte::SystemError
operator=(const Exception &e)StormByte::Exception
operator=(Exception &&e) noexceptStormByte::Exception
what() const noexceptStormByte::Exceptionvirtual
~Exception() noexceptStormByte::Exceptionvirtual