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::UTF8Error Member List

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

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