Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
Catch::ITransientExpression Class Reference

#include <catch_amalgamated.hpp>

Inheritance diagram for Catch::ITransientExpression:

Public Member Functions

constexpr auto isBinaryExpression () const -> bool
constexpr auto getResult () const -> bool
virtual void streamReconstructedExpression (std::ostream &os) const
 This function has to be overriden by the derived class.
constexpr ITransientExpression (bool isBinaryExpression, bool result)
constexpr ITransientExpression (ITransientExpression const &)=default
constexpr ITransientExpressionoperator= (ITransientExpression const &)=default

Protected Member Functions

 ~ITransientExpression ()=default

Friends

std::ostream & operator<< (std::ostream &out, ITransientExpression const &expr)

Constructor & Destructor Documentation

◆ ~ITransientExpression()

Catch::ITransientExpression::~ITransientExpression ( )
protecteddefault

◆ ITransientExpression() [1/2]

Catch::ITransientExpression::ITransientExpression ( bool isBinaryExpression,
bool result )
inlineconstexpr
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ITransientExpression() [2/2]

Catch::ITransientExpression::ITransientExpression ( ITransientExpression const & )
constexprdefault
Here is the call graph for this function:

Member Function Documentation

◆ getResult()

auto Catch::ITransientExpression::getResult ( ) const -> bool
inlineconstexpr

◆ isBinaryExpression()

auto Catch::ITransientExpression::isBinaryExpression ( ) const -> bool
inlineconstexpr
Here is the caller graph for this function:

◆ operator=()

ITransientExpression & Catch::ITransientExpression::operator= ( ITransientExpression const & )
constexprdefault
Here is the call graph for this function:

◆ streamReconstructedExpression()

void Catch::ITransientExpression::streamReconstructedExpression ( std::ostream & os) const
virtual

This function has to be overriden by the derived class.

Here is the caller graph for this function:

◆ operator<<

std::ostream & operator<< ( std::ostream & out,
ITransientExpression const & expr )
friend

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