| 58 | pfield_t pfield; |
| 59 | |
| 60 | SrtStatDataType(SrtStatCat cat, const std::string& name, const std::string& longname, pfield_t field) |
| 61 | : SrtStatData (cat, name, longname), pfield(field) |
| 62 | { |
| 63 | } |
| 64 | |
| 65 | void PrintValue(std::ostream& str, const CBytePerfMon& mon) override |
| 66 | { |
nothing calls this directly
no outgoing calls
no test coverage detected