Public Member Functions | Private Attributes | List of all members
Catch::Capturer Class Reference

#include <catch.hpp>

Public Member Functions

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

Private Attributes

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

Detailed Description

Definition at line 2649 of file catch.hpp.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 2660 of file catch.hpp.

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

Definition at line 2665 of file catch.hpp.

Member Data Documentation

size_t Catch::Capturer::m_captured = 0
private

Definition at line 2652 of file catch.hpp.

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

Definition at line 2650 of file catch.hpp.

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

Definition at line 2651 of file catch.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:35