Agora  1.2.0
Agora project
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)
 

Private Attributes

std::vector< MessageInfom_messages
 
IResultCapturem_resultCapture = getResultCapture()
 
size_t m_captured = 0
 

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
Here is the call 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:

Member Data Documentation

◆ m_captured

size_t Catch::Capturer::m_captured = 0
private

◆ m_messages

std::vector<MessageInfo> Catch::Capturer::m_messages
private

◆ m_resultCapture

IResultCapture& Catch::Capturer::m_resultCapture = getResultCapture()
private

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