#include <filter.h>
Public Member Functions | |
| Stats (void) | |
| Default constructor does nothing interesting. | |
| void | reset (void) |
| Reset stats (everything set to 0). | |
Public Attributes | |
| filter_matches_stats_t | matched |
| Counter of matched calls to filter. | |
| size_t | unmatched |
| Counter of unmatched calls to filter. | |
| ace::Filter::Stats::Stats | ( | void | ) | [inline] |
Default constructor does nothing interesting.
| void ace::Filter::Stats::reset | ( | void | ) |
Reset stats (everything set to 0).
Counter of matched calls to filter.
Counter of unmatched calls to filter.
1.5.6