#include <catch/catch.hpp>
|
| | 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) |
| |
| | 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) |
| |
Definition at line 2652 of file catch.hpp.
◆ Capturer() [1/2]
◆ ~Capturer() [1/2]
| Catch::Capturer::~Capturer |
( |
| ) |
|
◆ Capturer() [2/2]
◆ ~Capturer() [2/2]
| Catch::Capturer::~Capturer |
( |
| ) |
|
◆ captureValue() [1/2]
| void Catch::Capturer::captureValue |
( |
size_t |
index, |
|
|
std::string const & |
value |
|
) |
| |
◆ captureValue() [2/2]
| void Catch::Capturer::captureValue |
( |
size_t |
index, |
|
|
std::string const & |
value |
|
) |
| |
◆ captureValues() [1/4]
template<typename T >
| void Catch::Capturer::captureValues |
( |
size_t |
index, |
|
|
T const & |
value |
|
) |
| |
|
inline |
◆ captureValues() [2/4]
template<typename T >
| void Catch::Capturer::captureValues |
( |
size_t |
index, |
|
|
T const & |
value |
|
) |
| |
|
inline |
◆ captureValues() [3/4]
template<typename T , typename... Ts>
| void Catch::Capturer::captureValues |
( |
size_t |
index, |
|
|
T const & |
value, |
|
|
Ts const &... |
values |
|
) |
| |
|
inline |
◆ captureValues() [4/4]
template<typename T , typename... Ts>
| void Catch::Capturer::captureValues |
( |
size_t |
index, |
|
|
T const & |
value, |
|
|
Ts const &... |
values |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: