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::Clonable< T, SmartPointer > Member List

This is the complete list of members for StormByte::Clonable< T, SmartPointer >, including all inherited members.

Clonable()=defaultStormByte::Clonable< T, SmartPointer >
Clonable(const Clonable &)=defaultStormByte::Clonable< T, SmartPointer >
Clonable(Clonable &&) noexcept=defaultStormByte::Clonable< T, SmartPointer >
Clone() const =0StormByte::Clonable< T, SmartPointer >pure virtual
MakePointer(Args &&... args)StormByte::Clonable< T, SmartPointer >inlinestatic
Move()=0StormByte::Clonable< T, SmartPointer >pure virtual
operator=(const Clonable &)=defaultStormByte::Clonable< T, SmartPointer >
operator=(Clonable &&) noexcept=defaultStormByte::Clonable< T, SmartPointer >
PointerType typedefStormByte::Clonable< T, SmartPointer >
~Clonable() noexcept=defaultStormByte::Clonable< T, SmartPointer >virtual