FwriteCount Struct Referenceabstract

#include <matchers.hpp>

Inheritance diagram for FwriteCount:
Inheritance graph

Public Member Functions

virtual std::string describe () const override
 
 FstreamCount (int ex)
 
virtual bool match (const int &count) const override
 
virtual bool match (T const &arg) const=0
 
MatchAllOf< T > operator&& (MatcherBase const &other) const
 
MatchAnyOf< T > operator|| (MatcherBase const &other) const
 
MatchNotOf< T > operator! () const
 
std::string toString () const
 

Protected Attributes

int expected
 
std::string m_cachedToString
 

Member Function Documentation

◆ describe()

virtual std::string FwriteCount::describe ( ) const
inlineoverridevirtual

◆ FstreamCount()

FstreamCount::FstreamCount ( int  ex)
inline

◆ match() [1/2]

virtual bool FstreamCount::match ( const int &  count) const
inlineoverridevirtualinherited

References count, and FstreamCount::expected.

◆ match() [2/2]

virtual bool Catch::Matchers::Impl::MatcherMethod< T >::match ( T const &  arg) const
pure virtualinherited

◆ operator!()

template<typename T >
MatchNotOf< T > Catch::Matchers::Impl::MatcherBase< T >::operator!
inherited

◆ operator&&()

template<typename T >
MatchAllOf< T > Catch::Matchers::Impl::MatcherBase< T >::operator&& ( MatcherBase< T > const &  other) const
inherited

◆ operator||()

template<typename T >
MatchAnyOf< T > Catch::Matchers::Impl::MatcherBase< T >::operator|| ( MatcherBase< T > const &  other) const
inherited

◆ toString()

std::string Catch::Matchers::Impl::MatcherUntypedBase::toString ( ) const
inherited

Member Data Documentation

◆ expected

int FstreamCount::expected
protectedinherited

◆ m_cachedToString

std::string Catch::Matchers::Impl::MatcherUntypedBase::m_cachedToString
mutableprotectedinherited

The documentation for this struct was generated from the following file: