43 : category(cat), module(mod), severity(sev), count(cnt) {}
bool operator==(ErrorSummaryEntry const &rhs) const
bool operator<(ErrorSummaryEntry const &rhs) const
ErrorSummaryEntry(std::string const &cat, std::string const &mod, ELseverityLevel sev, unsigned int cnt=0)