ARB
Public Member Functions | List of all members
arb_test::matcher Struct Referenceabstract

#include <test_unit.h>

Inheritance diagram for arb_test::matcher:
Inheritance graph
[legend]

Public Member Functions

virtual ~matcher ()
 can match things. More...
 
 HASTOBE_CLONABLE (matcher)
 
virtual bool matches (const matchable &thing) const =0
 
virtual void dump_expectation (const matchable &thing, int indent) const =0
 
virtual void dump_brief_description (const matchable &thing) const =0
 

Detailed Description

Definition at line 541 of file test_unit.h.

Constructor & Destructor Documentation

virtual arb_test::matcher::~matcher ( )
inlinevirtual

can match things.

Definition at line 542 of file test_unit.h.

Member Function Documentation

arb_test::matcher::HASTOBE_CLONABLE ( matcher  )
virtual bool arb_test::matcher::matches ( const matchable thing) const
pure virtual
virtual void arb_test::matcher::dump_expectation ( const matchable thing,
int  indent 
) const
pure virtual
virtual void arb_test::matcher::dump_brief_description ( const matchable thing) const
pure virtual

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