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).
|
This is the complete list of members for StormByte::Buffer::Exception, including all inherited members.
Exception(const std::string &message) | StormByte::Exception | explicit |
Exception(std::string &&message) | StormByte::Exception | explicit |
Exception(std::format_string< Args... > fmt, Args &&... args) | StormByte::Exception | inline |
Exception(const Exception &e) | StormByte::Exception | |
Exception(Exception &&e) noexcept | StormByte::Exception | |
operator=(const Exception &e) | StormByte::Exception | |
operator=(Exception &&e) noexcept | StormByte::Exception | |
what() const noexcept | StormByte::Exception | virtual |
~Exception() noexcept | StormByte::Exception | virtual |