#include <doctest.h>
Definition at line 1529 of file doctest.h.
◆ ContextBuilder() [1/2]
doctest::detail::ContextBuilder::ContextBuilder |
( |
ContextBuilder & |
other | ) |
|
|
private |
◆ ContextBuilder() [2/2]
doctest::detail::ContextBuilder::ContextBuilder |
( |
| ) |
|
◆ ~ContextBuilder()
doctest::detail::ContextBuilder::~ContextBuilder |
( |
| ) |
|
◆ __attribute__()
template<typename T >
doctest::detail::ContextBuilder::__attribute__ |
( |
(noinline) |
| ) |
& |
|
inline |
◆ operator<<()
template<typename T >
ContextBuilder& doctest::detail::ContextBuilder::operator<< |
( |
const T && |
| ) |
|
|
inline |
Definition at line 1610 of file doctest.h.
1612 "Cannot pass temporaries or rvalues to the streaming operator because it "
1613 "caches pointers to the passed objects for lazy evaluation!");
◆ operator=()
◆ stringify()
void doctest::detail::ContextBuilder::stringify |
( |
std::ostream * |
s | ) |
const |
|
private |
◆ ContextScope
◆ head
Node* doctest::detail::ContextBuilder::head = 0 |
|
private |
◆ numCaptures
int doctest::detail::ContextBuilder::numCaptures = 0 |
|
private |
◆ stackChunks
Chunk doctest::detail::ContextBuilder::stackChunks[5] |
|
private |
◆ tail
Node* doctest::detail::ContextBuilder::tail = 0 |
|
private |
The documentation for this class was generated from the following file: