stmm-games-doc  0.32.0
Public Member Functions | Protected Member Functions | List of all members
stmg::PrefSelector::Operand Class Referenceabstract
Inheritance diagram for stmg::PrefSelector::Operand:
Inheritance graph
[legend]

Public Member Functions

virtual ~Operand () noexcept=default
 
virtual void dump (int32_t nIndentSpaces) const noexcept=0
 

Protected Member Functions

 Operand () noexcept=default
 
virtual bool eval (const AppPreferences &oPrefs) const noexcept=0
 

Constructor & Destructor Documentation

◆ ~Operand()

virtual stmg::PrefSelector::Operand::~Operand ( )
virtualdefaultnoexcept

◆ Operand()

stmg::PrefSelector::Operand::Operand ( )
protecteddefaultnoexcept

Member Function Documentation

◆ dump()

virtual void stmg::PrefSelector::Operand::dump ( int32_t  nIndentSpaces) const
pure virtualnoexcept

◆ eval()

virtual bool stmg::PrefSelector::Operand::eval ( const AppPreferences oPrefs) const
protectedpure virtualnoexcept