Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::Capturer Class Reference

#include <catch.hpp>

+ Collaboration diagram for Catch::Capturer:

Public Member Functions

 Capturer (StringRef macroName, SourceLineInfo const &lineInfo, ResultWas::OfType resultType, StringRef names)
 
 ~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)
 

Detailed Description

Definition at line 2652 of file catch.hpp.

Constructor & Destructor Documentation

◆ Capturer()

Catch::Capturer::Capturer ( StringRef macroName,
SourceLineInfo const & lineInfo,
ResultWas::OfType resultType,
StringRef names )

◆ ~Capturer()

Catch::Capturer::~Capturer ( )

Member Function Documentation

◆ captureValue()

void Catch::Capturer::captureValue ( size_t index,
std::string const & value )

◆ captureValues() [1/2]

template<typename T >
void Catch::Capturer::captureValues ( size_t index,
T const & value )
inline

Definition at line 2663 of file catch.hpp.

◆ captureValues() [2/2]

template<typename T , typename... Ts>
void Catch::Capturer::captureValues ( size_t index,
T const & value,
Ts const &... values )
inline

Definition at line 2668 of file catch.hpp.


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