Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
catch_matchers.cpp
Go to the documentation of this file.
1
/*
2
* Created by Phil Nash on 19/07/2017.
3
*
4
* Distributed under the Boost Software License, Version 1.0. (See accompanying
5
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
*/
7
8
#include "
catch_matchers.h
"
9
10
namespace
Catch
{
11
namespace
Matchers {
12
namespace
Impl {
13
14
std::string
MatcherUntypedBase::toString
()
const
{
15
if
(
m_cachedToString
.empty() )
16
m_cachedToString
=
describe
();
17
return
m_cachedToString
;
18
}
19
20
MatcherUntypedBase::~MatcherUntypedBase
() =
default
;
21
22
}
// namespace Impl
23
}
// namespace Matchers
24
25
using namespace
Matchers;
26
using
Matchers::Impl::MatcherBase
;
27
28
}
// namespace Catch
catch_matchers.h
Catch::Matchers::Impl::MatcherUntypedBase::toString
std::string toString() const
Definition
catch_matchers.cpp:14
Catch::Matchers::Impl::MatcherUntypedBase::describe
virtual std::string describe() const =0
Catch::Matchers::Impl::MatcherUntypedBase::m_cachedToString
std::string m_cachedToString
Definition
catch_matchers.h:34
Catch::Matchers::Impl::MatcherUntypedBase::~MatcherUntypedBase
virtual ~MatcherUntypedBase()
Catch
Definition
231-Cfg-OutputStreams.cpp:32
Catch::Matchers::Impl::MatcherBase
Definition
catch.hpp:2925
libraries
sys-vm
external
Catch2
include
internal
catch_matchers.cpp
Generated by
1.12.0