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::Serializable< T >, including all inherited members.
Deserialize(const Buffer::Simple &data) noexcept | StormByte::Serializable< T > | inlinestatic |
operator=(const Serializable &other) noexcept=delete | StormByte::Serializable< T > | |
operator=(Serializable &&other) noexcept=delete | StormByte::Serializable< T > | |
Serializable(const DecayedT &data) noexcept | StormByte::Serializable< T > | inline |
Serializable(const Serializable &other) noexcept=delete | StormByte::Serializable< T > | |
Serializable(Serializable &&other) noexcept=delete | StormByte::Serializable< T > | |
Serialize() const noexcept | StormByte::Serializable< T > | inline |
Size(const DecayedT &data) noexcept (defined in StormByte::Serializable< T >) | StormByte::Serializable< T > | inlinestatic |
~Serializable() noexcept=default | StormByte::Serializable< T > |