Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
game::math::IEquation Struct Referenceabstract

#include <interfaces.h>

Inheritance diagram for game::math::IEquation:

Public Member Functions

virtual ~IEquation ()=default
virtual auto answer () const -> int=0
virtual auto display () const -> std::string=0
virtual auto display_solved () const -> std::string=0

Constructor & Destructor Documentation

◆ ~IEquation()

virtual game::math::IEquation::~IEquation ( )
virtualdefault

Member Function Documentation

◆ answer()

virtual auto game::math::IEquation::answer ( ) const -> int
nodiscardpure virtual

◆ display()

virtual auto game::math::IEquation::display ( ) const -> std::string
nodiscardpure virtual

Implemented in game::math::AddEquation, game::math::DivideEquation, and game::math::SubtractEquation.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ display_solved()

virtual auto game::math::IEquation::display_solved ( ) const -> std::string
nodiscardpure virtual

Implemented in game::math::AddEquation, game::math::DivideEquation, and game::math::SubtractEquation.

Here is the call graph for this function:
Here is the caller graph for this function:

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