#include <NestedLoopFilter.h>


Public Member Functions | |
| NestedLoopFilter (Matcher *matcher) | |
| virtual | ~NestedLoopFilter () |
| virtual String const & | getName () const |
| virtual void | filter () |
Static Public Member Functions | |
| static String const & | name () |
Private Member Functions | |
| NestedLoopFilter () | |
| NestedLoopFilter (NestedLoopFilter const &) | |
| NestedLoopFilter & | operator= (NestedLoopFilter const &) |
Static Private Attributes | |
| static String | s_name |
Definition at line 24 of file NestedLoopFilter.h.
| NestedLoopFilter::NestedLoopFilter | ( | Matcher * | matcher | ) |
Definition at line 19 of file NestedLoopFilter.cpp.
| NestedLoopFilter::~NestedLoopFilter | ( | ) | [virtual] |
Definition at line 24 of file NestedLoopFilter.cpp.
| NestedLoopFilter::NestedLoopFilter | ( | ) | [private] |
| NestedLoopFilter::NestedLoopFilter | ( | NestedLoopFilter const & | ) | [private] |
| void NestedLoopFilter::filter | ( | ) | [virtual] |
Reimplemented from Filter.
Definition at line 28 of file NestedLoopFilter.cpp.
References Matcher::addActiveObject(), Filter::matcher, Matcher::nextActiveObject(), Matcher::nextTestObject(), Filter::postFilter(), Filter::preFilter(), and Matcher::test().
| virtual String const& NestedLoopFilter::getName | ( | ) | const [inline, virtual] |
Definition at line 29 of file NestedLoopFilter.h.
References name().
| static String const& NestedLoopFilter::name | ( | ) | [inline, static] |
Definition at line 32 of file NestedLoopFilter.h.
| NestedLoopFilter& NestedLoopFilter::operator= | ( | NestedLoopFilter const & | ) | [private] |
String NestedLoopFilter::s_name [static, private] |
Reimplemented from Filter.
Definition at line 32 of file NestedLoopFilter.h.
1.6.3