ivutils
Loading...
Searching...
No Matches
logic_filter< inp_t, pred_t > Class Template Reference

links the chain with logical predicate More...

#include <logger.h>

Inheritance diagram for logic_filter< inp_t, pred_t >:
Collaboration diagram for logic_filter< inp_t, pred_t >:

Public Member Functions

virtual int ctest (const inp_t &entry) const
 constant test return values: 0 – test failed, 1 – test OK, -1 – skip filter
 

Protected Member Functions

virtual int mytest (const inp_t &entry) const
 to be overriden by derivates
 

Detailed Description

template<class inp_t, class pred_t = std::logical_and<bool>>
class logic_filter< inp_t, pred_t >

links the chain with logical predicate


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