StormByte C++ Library 0.0.9999
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::Buffer::Exception Member List

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

Exception(const std::string &message)StormByte::Exceptionexplicit
Exception(std::string &&message)StormByte::Exceptionexplicit
Exception(std::format_string< Args... > fmt, Args &&... args)StormByte::Exceptioninline
Exception(const Exception &e)StormByte::Exception
Exception(Exception &&e) noexceptStormByte::Exception
operator=(const Exception &e)StormByte::Exception
operator=(Exception &&e) noexceptStormByte::Exception
what() const noexceptStormByte::Exceptionvirtual
~Exception() noexceptStormByte::Exceptionvirtual