Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8851 class ResultBase { class
8858 ResultBase( Type type ) : m_type( type ) {} in ResultBase() function in Catch::clara::detail::ResultBase
8859 virtual ~ResultBase() = default;
8867 class ResultValueBase : public ResultBase {
8875 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase()
8877 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase()
8878 if( m_type == ResultBase::Ok ) in ResultValueBase()
8882 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase()
8887 if( m_type == ResultBase::Ok ) in operator =()
8889 ResultBase::operator=(other); in operator =()
[all …]