Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
|
#include <catch_amalgamated.hpp>
Public Member Functions | |
template<typename U> | |
BasicResult (BasicResult< U > const &other) | |
operator bool () const | |
auto | type () const -> ResultType |
auto | errorMessage () const -> std::string const & |
Public Member Functions inherited from Catch::Clara::Detail::ResultValueBase< void > | |
void const & | value () const & |
Static Public Member Functions | |
template<typename U> | |
static auto | ok (U &&value) -> BasicResult |
static auto | ok () -> BasicResult |
static auto | logicError (std::string &&message) -> BasicResult |
static auto | runtimeError (std::string &&message) -> BasicResult |
Protected Member Functions | |
void | enforceOk () const override |
BasicResult (ResultType type, std::string &&message) | |
Protected Member Functions inherited from Catch::Clara::Detail::ResultValueBase< void > | |
ResultBase (ResultType type) | |
ResultBase (ResultBase const &)=default | |
ResultBase (ResultBase &&)=default | |
ResultValueBase (ResultType type) | |
ResultValueBase & | operator= (ResultValueBase const &other) |
~ResultValueBase () override | |
Protected Member Functions inherited from Catch::Clara::Detail::ResultBase | |
ResultBase (ResultType type) | |
virtual | ~ResultBase () |
ResultBase (ResultBase const &)=default | |
ResultBase & | operator= (ResultBase const &)=default |
ResultBase (ResultBase &&)=default | |
ResultBase & | operator= (ResultBase &&)=default |
Protected Attributes | |
std::string | m_errorMessage |
ResultType | m_type |
Protected Attributes inherited from Catch::Clara::Detail::ResultValueBase< void > | |
union { | |
T m_value | |
}; | |
Protected Attributes inherited from Catch::Clara::Detail::ResultBase | |
ResultType | m_type |
Additional Inherited Members | |
Public Attributes inherited from Catch::Clara::Detail::ResultValueBase< void > | |
void | m_value |
|
inlineexplicit |
|
inlineprotected |
|
inlineoverrideprotectedvirtual |
Implements Catch::Clara::Detail::ResultBase.
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlineexplicit |
|
inlinestatic |
|
inline |
|
protected |
|
protected |