#include <Consumer.h>
Public Member Functions | |
M (Matcher< ITEM > &matcher, Consumer< ITEM > &next) throw () | |
virtual void | consume (ITEM &item) |
Protected Attributes | |
Matcher< ITEM > & | matcher |
buffy::MatcherFilter< ITEM >::M | ( | Matcher< ITEM > & | matcher, | |
Consumer< ITEM > & | next | |||
) | throw () [inline] |
virtual void buffy::MatcherFilter< ITEM >::consume | ( | ITEM & | item | ) | [inline, virtual] |
Reimplemented from buffy::Filter< ITEM >.
Matcher<ITEM>& buffy::MatcherFilter< ITEM >::matcher [protected] |