Home
last modified time | relevance | path

Searched refs:MatcherUntypedBase (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3197 class MatcherUntypedBase { class
3199 MatcherUntypedBase() = default;
3200 MatcherUntypedBase ( MatcherUntypedBase const& ) = default;
3201 MatcherUntypedBase& operator = ( MatcherUntypedBase const& ) = delete;
3205 virtual ~MatcherUntypedBase();
3234 struct MatcherBase : MatcherUntypedBase, MatcherMethod<T> {
11235 std::string MatcherUntypedBase::toString() const { in toString()
11241 MatcherUntypedBase::~MatcherUntypedBase() = default;