R-TYPE
Public Member Functions | List of all members
ECS::Sound Class Reference

#include <Sound.hpp>

Inheritance diagram for ECS::Sound:
ECS::IComp

Public Member Functions

 Sound () noexcept=default
 
 Sound (const Sound &bonus) noexcept=default
 
 Sound (Sound &&) noexcept=delete
 
 ~Sound () noexcept override=default
 
Soundoperator= (const Sound &) const noexcept=delete
 
Soundoperator= (Sound &&) const noexcept=delete
 
- Public Member Functions inherited from ECS::IComp
virtual ~IComp () noexcept=default
 

Constructor & Destructor Documentation

◆ Sound() [1/3]

ECS::Sound::Sound ( )
explicitdefaultnoexcept

◆ Sound() [2/3]

ECS::Sound::Sound ( const Sound bonus)
defaultnoexcept

◆ Sound() [3/3]

ECS::Sound::Sound ( Sound &&  )
explicitdeletenoexcept

◆ ~Sound()

ECS::Sound::~Sound ( )
overridedefaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

Sound& ECS::Sound::operator= ( const Sound ) const
deletenoexcept

◆ operator=() [2/2]

Sound& ECS::Sound::operator= ( Sound &&  ) const
deletenoexcept

The documentation for this class was generated from the following file: