stmm-games-doc  0.32.0
Public Types | Public Member Functions | List of all members
stmg::TileGamma Class Reference
Inheritance diagram for stmg::TileGamma:
Inheritance graph
[legend]

Public Types

enum  { GAMMA_MIN = 0, GAMMA_MAX = ((1 << 8) - 2) }
 

Public Member Functions

 TileGamma () noexcept
 
bool isEmpty () const noexcept
 
void clear ()
 
bool operator== (const TileGamma &oTileGamma) const noexcept
 
int32_t getGammaValue () const noexcept
 
void setGammaValue (int32_t nGammaValue) noexcept
 
void dump () const noexcept
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
GAMMA_MIN 
GAMMA_MAX 

Constructor & Destructor Documentation

◆ TileGamma()

stmg::TileGamma::TileGamma ( )
inlinenoexcept

Member Function Documentation

◆ clear()

void stmg::TileGamma::clear ( )
inline

◆ dump()

void stmg::TileGamma::dump ( ) const
inlinenoexcept

◆ getGammaValue()

int32_t stmg::TileGamma::getGammaValue ( ) const
inlinenoexcept

◆ isEmpty()

bool stmg::TileGamma::isEmpty ( ) const
inlinenoexcept

◆ operator==()

bool stmg::TileGamma::operator== ( const TileGamma oTileGamma) const
inlinenoexcept

◆ setGammaValue()

void stmg::TileGamma::setGammaValue ( int32_t  nGammaValue)
inlinenoexcept