Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
Catch::Clara::Detail::ResultValueBase< void > Class Reference

#include <catch_amalgamated.hpp>

Inheritance diagram for Catch::Clara::Detail::ResultValueBase< void >:
Collaboration diagram for Catch::Clara::Detail::ResultValueBase< void >:

Public Member Functions

void const & value () const &

Public Attributes

void m_value

Protected Member Functions

 ResultBase (ResultType type)
 ResultBase (ResultBase const &)=default
 ResultBase (ResultBase &&)=default
 ResultValueBase (ResultType type)
ResultValueBaseoperator= (ResultValueBase const &other)
 ~ResultValueBase () override
Protected Member Functions inherited from Catch::Clara::Detail::ResultBase
 ResultBase (ResultType type)
virtual ~ResultBase ()
 ResultBase (ResultBase const &)=default
ResultBaseoperator= (ResultBase const &)=default
 ResultBase (ResultBase &&)=default
ResultBaseoperator= (ResultBase &&)=default
virtual void enforceOk () const =0

Protected Attributes

union { 
   T   m_value 
}; 
Protected Attributes inherited from Catch::Clara::Detail::ResultBase
ResultType m_type

Constructor & Destructor Documentation

◆ ResultValueBase()

Catch::Clara::Detail::ResultValueBase< void >::ResultValueBase ( ResultType type)
inlineprotected
Here is the caller graph for this function:

◆ ~ResultValueBase()

Catch::Clara::Detail::ResultValueBase< void >::~ResultValueBase ( )
inlineoverrideprotected

Member Function Documentation

◆ operator=()

ResultValueBase & Catch::Clara::Detail::ResultValueBase< void >::operator= ( ResultValueBase< void > const & other)
inlineprotected

◆ ResultBase() [1/3]

Catch::Clara::Detail::ResultBase::ResultBase ( ResultBase && )
protecteddefault

◆ ResultBase() [2/3]

Catch::Clara::Detail::ResultBase::ResultBase ( ResultBase const & )
protecteddefault

◆ ResultBase() [3/3]

Catch::Clara::Detail::ResultBase::ResultBase ( ResultType type)
inlineprotected

◆ value()

void const & Catch::Clara::Detail::ResultValueBase< void >::value ( ) const &
inline
Here is the caller graph for this function:

Member Data Documentation

◆ [union]

◆ m_value


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