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

#include <catch_amalgamated.hpp>

Public Member Functions

 Capturer (StringRef macroName, SourceLineInfo const &lineInfo, ResultWas::OfType resultType, StringRef names)
 Capturer (Capturer const &)=delete
Captureroperator= (Capturer const &)=delete
 ~Capturer ()
void captureValue (size_t index, std::string const &value)
template<typename T>
void captureValues (size_t index, T const &value)
template<typename T, typename... Ts>
void captureValues (size_t index, T const &value, Ts const &... values)

Constructor & Destructor Documentation

◆ Capturer() [1/2]

Catch::Capturer::Capturer ( StringRef macroName,
SourceLineInfo const & lineInfo,
ResultWas::OfType resultType,
StringRef names )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Capturer() [2/2]

Catch::Capturer::Capturer ( Capturer const & )
delete
Here is the call graph for this function:

◆ ~Capturer()

Catch::Capturer::~Capturer ( )
Here is the call graph for this function:

Member Function Documentation

◆ captureValue()

void Catch::Capturer::captureValue ( size_t index,
std::string const & value )
Here is the caller graph for this function:

◆ captureValues() [1/2]

template<typename T>
void Catch::Capturer::captureValues ( size_t index,
T const & value )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ captureValues() [2/2]

template<typename T, typename... Ts>
void Catch::Capturer::captureValues ( size_t index,
T const & value,
Ts const &... values )
inline
Here is the call graph for this function:

◆ operator=()

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

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