EHS
Loading...
Searching...
No Matches
ehs::Button Class Reference

#include <Button.h>

Public Member Functions

 Button ()
 
 Button (Str_8 name)
 
 Button (Button &&key) noexcept
 
 Button (const Button &key)
 
Buttonoperator= (Button &&key) noexcept
 
Buttonoperator= (const Button &key)
 
bool operator== (const Button &key) const
 
bool operator!= (const Button &key) const
 
UInt_32 GetHash () const
 
Str_8 GetName () const
 
bool IsValid () const
 

Constructor & Destructor Documentation

◆ Button() [1/4]

ehs::Button::Button ( )

◆ Button() [2/4]

ehs::Button::Button ( Str_8 name)

◆ Button() [3/4]

ehs::Button::Button ( Button && key)
noexcept

◆ Button() [4/4]

ehs::Button::Button ( const Button & key)

Member Function Documentation

◆ GetHash()

UInt_32 ehs::Button::GetHash ( ) const

◆ GetName()

Str_8 ehs::Button::GetName ( ) const

◆ IsValid()

bool ehs::Button::IsValid ( ) const

◆ operator!=()

bool ehs::Button::operator!= ( const Button & key) const

◆ operator=() [1/2]

Button & ehs::Button::operator= ( Button && key)
noexcept

◆ operator=() [2/2]

Button & ehs::Button::operator= ( const Button & key)

◆ operator==()

bool ehs::Button::operator== ( const Button & key) const

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